google gperf tool【cpu】

1) 安装gperf时, 要 ./configure --enable-frame-pointers

2)编译自己程序时, flags要增加 -fno-omit-frame-pointer    lib要-ltcmalloc_and_profiler

3)起程序时, 必须  env CPUPROFILE=./cpu.prof   ./my_prog 在同一shell行。。。

4)如果说找不到tcmalloc库, 则需要将库路径加到/etc/ld.so.conf中、并且执行ldconfig



然后就是结果查看, 见或者其他相关文档

http://blog.csdn.net/xiongwei1209/article/details/6772446

你可能感兴趣的:(google gperf tool【cpu】)