On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote:
Hi

I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program.

Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer

There's also a readme that (hopefully) explains how to use it.

Please let me know if you find any bugs.

Andrew.

Hi,

The html is nice, but I personally find KCacheGrind the best tool for the purpose. I guess it shouldn't be too hard to add support for the corresponding format (http://valgrind.org/docs/manual/cl-format.html) as it's done in pyprof2calltree, for example.

Reply via email to