ocean icon indicating copy to clipboard operation
ocean copied to clipboard

Add support for core.memory.GC.ProfileStats to ocean.application.components.GCStats

Open leandro-lucarella-sociomantic opened this issue 5 years ago • 1 comments

dmd 2.085 introduced a new API to get GC timing and collection info: core.memory.GC.ProfileStats.

We should make use of it (when available) in ocean.application.components.GCStats.

FYI @leandro-lucarella-sociomantic, I have raised the question with W&A about whether druntime can also support providing stomping prevention stats. I'll give you a shout if there's any progress with that ;-)