Add basic garbage tracer.

This isn't a concurrent GC and it cannot provide a reliable result;
the output is just an estimate.
This commit is contained in:
Catherine
2025-12-06 01:21:19 +00:00
parent 7c3b2248c9
commit 82aebb70bf
6 changed files with 141 additions and 40 deletions
+1
View File
@@ -8,6 +8,7 @@ require (
github.com/KimMachineGun/automemlimit v0.7.5
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
github.com/creasty/defaults v1.8.0
github.com/dghubble/trie v0.1.0
github.com/fatih/color v1.18.0
github.com/getsentry/sentry-go v0.40.0
github.com/getsentry/sentry-go/slog v0.40.0