dmd 2.085 [introduced](https://dlang.org/changelog/2.085.0.html#core-memory-gc-profile-stats) a new API to get GC timing and collection info: [`core.memory.GC.ProfileStats`](https://dlang.org/phobos/core_memory.html#.GC.ProfileStats). We should make use of it (when available) in [`ocean.application.components.GCStats`](https://github.com/sociomantic-tsunami/ocean/blob/v4.x.x/src/ocean/application/components/GCStats.d).
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.