D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 13456 - GCStats does not appear in the web site documentation
Summary: GCStats does not appear in the web site documentation
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: x86_64 Windows
: P1 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 22:07 UTC by Walter Bright
Modified: 2021-03-25 11:44 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Walter Bright 2014-09-10 22:07:21 UTC
https://github.com/D-Programming-Language/druntime/blob/master/src/gc/stats.d

And neither does any of the callable GC functions.

https://dlang.org/phobos/core_memory.html
Comment 1 Orvid King 2014-09-11 23:02:13 UTC
You can't call any of them directly, and the version of the runtime that's included in releases doesn't have profiling enabled in the GC, which means it doesn't use GCStats.

This means the first step would be to clean up the profiling mechanisms in the GC into an API that's easy to work with.
Comment 2 mhh 2021-03-25 11:44:43 UTC
https://dlang.org/phobos/core_memory.html#.GC

No longer the case as of 2021/03