[gambit-list] Monitoring memory usage inside Gambit?
Jussi Piitulainen
jpiitula at ling.helsinki.fi
Tue Oct 29 14:37:19 EDT 2013
Mikael writes:
> Check the source for ##gc-report-set! and where its' registered for
> calledback post-gc and get a copy of that data. Did that clarify it?
Yes, thank you. I found ##gc-report-set! in lib/_nonstd.scm, and it
simply picks for display certain fields from an f64vector that is
returned by (##process-statistics).
I should be able to use (##process-statistics) directly.
More information about the Gambit-list
mailing list