trace GC work

Ruslan Mullakhmetov public at mullakh.com
Tue Feb 18 10:10:38 PST 2014


Hi,

Is it possible to trace GC allocation calls to determine times of 
program "death" and have some stats?

So i want the following information:
   - garbage collection starts at {time}
   - garbage collection stops at {time}
   - (optionally) gc took {time}, collected {size} bytes

thanks.


More information about the Digitalmars-d-learn mailing list