Print debug data

Chris Katko ckatko at gmail.com
Mon Jul 17 05:06:05 UTC 2023


On Monday, 17 July 2023 at 03:43:04 UTC, Alain De Vos wrote:
> Is it possible to print runtime memory usage of:
> -The stack
> -The heap
> -The garbage collector ?

there's gc.stats for part of it:

https://dlang.org/library/core/memory/gc.stats.html



More information about the Digitalmars-d-learn mailing list