On Wednesday, 10 October 2012 at 19:35:33 UTC, Andrei Alexandrescu wrote:
This is mostly for GC experts out there - what statistics are needed and useful, yet not too expensive to collect?

https://github.com/D-Programming-Language/druntime/pull/236


Andrei

Although I am not a GC expert, have you look at these examples already?

http://docs.oracle.com/javase/7/docs/technotes/tools/share/jstat.html

http://golang.org/pkg/runtime/#MemStats

http://www.haskell.org/ghc/dist/current/docs/html/libraries/base-4.6.0.0/GHC-Stats.html




--
Paulo

Reply via email to