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

Reply via email to