I need to install Gprof2Do on Linux:
http://code.google.com/p/jrfonseca/wiki/Gprof2Dot#Example
For that , i need to install
http://www.graphviz.org/Download..php
but, after install, run
/path/to/my/executable arg1 arg2 gprof path/to/my/executable | gprof2dot.py | dot -Tpng -o output.png
I got error:
Error: Could not find/open font
After following the instructions (add my font path to default dotpath) on
http://www.graphviz.org/content/FaqFontNotFound
The problem is still there.
Any help will be appreciated.
Thanks
Is it possible to get a graphical representation of gprof results?
does not help.