koolhazz / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CPU profiling doesn't show the edges to indicate caller to callee relations #590

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi everybody,
I've cross-compiled gperftools-2.1 for armv5. I got libprofiler.so.0.3.2 
properly.
I compiled a Qt application linking this library and added in the code 
ProfilerStart and ProfilerStop instructions.
I launched this command:
# CPUPROFILE=/tmp/profileFile ./executable -qws

and I've tried to examinated the file generating PDF, callgrind file and 
others. For all of them I can get function calls relationship.
(See attached files)
How to fix it?

Original issue reported on code.google.com by aldobiziak on 22 Nov 2013 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alkondratenko on 22 Nov 2013 at 6:23