oprofile unable to produce call graph
Posted
by aaa
on Stack Overflow
See other posts from Stack Overflow
or by aaa
Published on 2010-05-25T17:44:48Z
Indexed on
2010/05/25
17:51 UTC
Read the original article
Hit count: 251
hello
I am trying to use oprofile to generate call graph. Compiler is g++, platform is linux x86-64, linker is gfortran
C++ code is compiled with -fno- omit-frame-pointer. oprofile is started with --callgraph=25. report I run with --callgraph.
the call graph is produced but it's only includes self time, which is not much use
what am I missing?
© Stack Overflow or respective owner