Hacker News new | ask | show | jobs
by lynzrand 1305 days ago
You can access C#'s GC metrics through `System.GC.GetTotalAllocatedBytes` and similar APIs. Maybe you can make a benchmark and tracker for it yourself!