02-Mar-2014 21:15, "Øivind" пишет:
I read somewhere that I should be able to profile my D executable
"dboss-test" with valgrind. I have tried using the linux 'perf'
tool, and it works, but I find its output difficult to work with.
I am trying to call my program through valgrind like this:
valgrind --tool=callgrind ./dboss-test
However, it fails with the following errors, talking about an
unrecognized instruction. Anyone know of a workaround / fix for
this?
FYI
https://github.com/D-Programming-Language/phobos/pull/1946
--
Dmitry Olshansky