Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anybody used Google Performance Tools?

Looking for feedback on :

http://code.google.com/p/google-perftools/wiki/GooglePerformanceTools

like image 803
Mark Harrison Avatar asked Aug 10 '08 00:08

Mark Harrison


2 Answers

There's a pretty good post that I read a while back that outlines some testing and analysis of GPT in a variety of scenarios

like image 87
lomaxx Avatar answered Oct 18 '22 05:10

lomaxx


I use GPT at work since 2007, and I totally satisfied. I use it to monitor and optimize a Linux network library, and I have obtained a significant results.

The main flaw of GPT is the lack of precision. Due to the design, you only got the main time consuming functions, but this is often what you need when you want to optimize a program.

To be more precise I advise to use other tools like gprof or IBM Quantify.

like image 29
Steve Gury Avatar answered Oct 18 '22 06:10

Steve Gury