Hello,
I'm trying to use valgrind and kcachegrind to profile my code. However, when I load up the output into kcachegrind, the function calls have unintelligible names like '0x0805fe00' so I can't which bit of my code it refers to. I would like to have an output as shown in step-22 in the tutorials.
When I press on 'Source Code' within the kcachegrind GUI, I get
"There is no source available for the following function:
'0x0805fe00'
This is because no debug information is present.
Recompile source and redo the profile run.
"
However recompiling and rerunning does not solve the problem. Has anyone else had this problem at all?
Many thanks,
Katie
Katie Leonard
DPhil student in Computational Biology,
The University of Oxford.