Re: trace GC work

2014-02-19 Thread Ruslan Mullakhmetov
On Tuesday, 18 February 2014 at 22:59:00 UTC, Mike wrote: On Tuesday, 18 February 2014 at 18:10:40 UTC, Ruslan Mullakhmetov wrote: 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

trace GC work

2014-02-18 Thread Ruslan Mullakhmetov
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.

Re: trace GC work

2014-02-18 Thread Ali Çehreli
On 02/18/2014 10:10 AM, Ruslan Mullakhmetov wrote: 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)

Re: trace GC work

2014-02-18 Thread Mike
On Tuesday, 18 February 2014 at 18:10:40 UTC, Ruslan Mullakhmetov wrote: 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