On 12.03.2013 01:39, Brian Schott wrote:
On Sunday, 10 March 2013 at 11:06:41 UTC, simendsjo wrote:
I haven't used valgrind/cachegrind on C/C++ programs before, but I'm
pretty sure it doesn't behave as expected on D code. I found this page
to fix the mangling issue: http://wiki.dlang.org/Other_Dev_Tools, but
all callgraphs is empty.

If you're on Linux I'd recommend that you also look at Perf[1], as
Valgrind is sometimes wrong about where your code is slow.

[1] https://perf.wiki.kernel.org/index.php/Tutorial
Thanks for link!

Reply via email to