gperftools相关文档

1. tcmalloc中文版: http://shiningray.cn/tcmalloc-thread-caching-malloc.html

2. heapprofiler: http://gperftools.googlecode.com/svn/trunk/doc/heapprofile.html

3. tcmalloc: http://google-perftools.googlecode.com/svn/trunk/doc/tcmalloc.html

4. heapchecker: http://google-perftools.googlecode.com/svn/trunk/doc/heap_checker.html

5. cpuprofiler: http://google-perftools.googlecode.com/svn/trunk/doc/cpuprofile.html

6. readme: http://gperftools.googlecode.com/git/README

7. install: http://gperftools.googlecode.com/git/INSTALL

 

gperftools是非常好的c++程序内存和性能分析器, 推荐每位c++开发的同学都应该熟练掌握.

你可能感兴趣的:(tools)