GC statistics

deadalnix deadalnix at gmail.com
Wed Oct 10 14:19:23 PDT 2012


Le 10/10/2012 21:11, Andrei Alexandrescu a écrit :
> 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

Number of collections (full and young if it is appropriate), maximum 
time of pause induced, average time of pause.

Size of different heap parts if it is appropriate.

All are not expansive to compute.


More information about the Digitalmars-d mailing list