使用Google CPU Profiler对C/C++多线程程序做性能剖析
Google的gperftools套件中包含有CPU Profiler(以下简称:pprof),原生支持C/C++多线程程序的性能剖析。相比GNU Profiler无法原生支持多线程性能剖析,pprof更具实用价值。
Linux
OpenSource
Jottings
Algorithm and Data Structure
Software Engineering
C++
性能 
