Re: Any interest in detailed GC traces

2014-07-12 Thread Kiith-Sa via Digitalmars-d
On Saturday, 12 July 2014 at 03:54:59 UTC, safety0ff wrote: I found this link on reddit: http://dave.cheney.net/2014/07/11/visualising-the-go-garbage-collector and I was wondering if there was interest in having D's GC output detailed trace information. I was thinking perhaps collecting data

Re: Any interest in detailed GC traces

2014-07-12 Thread safety0ff via Digitalmars-d
On Saturday, 12 July 2014 at 11:06:10 UTC, Kiith-Sa wrote: Would definitely like this. I even think something like this should be built in. Sadly, I think this feature would require recompiling druntime because of overhead. (now if possible, it'd also be good to have a way to get

Re: Any interest in detailed GC traces

2014-07-12 Thread Rainer Schuetze via Digitalmars-d
On 12.07.2014 05:54, safety0ff wrote: I found this link on reddit: http://dave.cheney.net/2014/07/11/visualising-the-go-garbage-collector and I was wondering if there was interest in having D's GC output detailed trace information. I was thinking perhaps collecting data and then writing it as

Any interest in detailed GC traces

2014-07-11 Thread safety0ff via Digitalmars-d
I found this link on reddit: http://dave.cheney.net/2014/07/11/visualising-the-go-garbage-collector and I was wondering if there was interest in having D's GC output detailed trace information. I was thinking perhaps collecting data and then writing it as a json file when the process exits.