google-perftools

Has anybody used Google Performance Tools?

Looking for feedback on : http://code.google.com/p/google-perftools/wiki/GooglePerformanceTools...

Google Performance Tools (profiler) tutorial

I just downloaded and built the libraries/executables of Google Performance Tools. Before I run the CPU profiler on the application that I want to investigate, I want to learn how to use the tools properly perhaps on a sample application. What would be a good example to run the Google CPU profiler on? Thanks in advance. ...

Which profiler is more accurate: OProfile or Google Performance Tools ?

I found two great profilers: OProfile Google Performance Tools Have anyone tried them both? Which is better? ...

Google perftool cannot read file "libprofiler.so.0"

Hi all, I am trying the google performance tool for CPU time profiling. However, I had encountered some problem that I cannot read the shared library file "libprofiler.so.0" I had read the README of google performace tool, there are 3 steps in the manual: Compile my program with -lprofiler. I had done this part without any problem. Ru...