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.