You cannot post messages because only members can post, and you are not currently a member.
Description:
Developer discussion around the Google perftools.
|
|
|
What does "No live heap object" mean in the heap checker?
|
| |
Hi, after problems with the profliing part I am hitting more problems with the heap checker. I am using local heap checking. My code is a straight copy from the documentation: HeapLeakChecker heap_checker("test_foo"); { int *i = new int[10]; ...if (!heap_checker.NoLeaks()) assert(NULL == "heap memory leak");... more »
|
|
TCMalloc heap profiler in release build of OSX Chrome
|
| |
Should I expect this to produce heap profiling data if the Chrome build is a standard OSX release build downloaded from the official Chrome site? Where "this" is: ~$ HEAPPROFILE=/Users/aalness/hea pprofile "/Applications/Google Chrome.app/Contents/MacOS/Goog le Chrome" I currently don't see any profiling data being produced, however, if I... more »
|
|
Speeding up pprof execution time
|
| |
I am contemplating speeding up pprof execution time. I did a profiling of pprof (!!) over many varying duration runs. Although I have not yet reached any conclusive results yet, it seems to be the case that main::ReadCPUProfile and the obj tools like nm and addr2line take up most of the execution time. Does anyone have any prior experience in trying to... more »
|
|
How to initialise the CPU profiler manually?
|
| |
Hi, I have the following situation: A linux binary is searching a specific directory for shared libraries. All found shared libraries are later used as a plugin. Now the binary sets signal handlers for everything and exits when it gets *any* signal. The binary can not be used with -fPIC-compiled... more »
|
|
using tcmalloc with tbb, activemq and boost
|
| |
I'll try my best to explain what is going on, not sure where to post this since I can't quite figure out what the root cause of the issue is. I updated an old release of my code base to use tcmalloc and it works fine. Updating a newer release of the same code base I am having issues with seg faults.... more »
|
|
graph doesn't account for 100% cumulative CPU time
|
| |
[duplicate of [link] which I posted before discovering this group] I've got a postscript call graph whose root nodes don't total up to anywhere near 100% cumulative time. I'm wondering if anyone has dealt with this before. 1. pprof's text output's third column, the running total of local times, does add up to 100% on the last row.... more »
|
|
FreeBSD Issue Gating Release
|
| |
The following issue specific to FreeBSD is going to gate the next
gperftools release:
[link]
I am currently looking into some other issues and it would be great if
someone could pick this one up. Some experience with assembly and virtual... more »
|
|
|