Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as off topic by Filburt, tombom, Starx, Mef, oezi Nov 16 '12 at 11:13

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.