|
From: rafa b. <bla...@gm...> - 2005-04-27 16:57:04
|
Hello, I would like to see the function names in callgrind's output
file, but I only see the hexadecimal direction of these.
When I compile I write this:
>g++ -g file.cxx -o file.o
And I start the callgrind's simulation writing this:
>callgrind ./file.o
with these two commands, I think the output file should show the
function names the first time that appear in the document, but it
doesn't happen.
if annyone could help me I'd be really aknowledge
P.D: I use Fedora core 3 and the newest callgrind version
|