标签:
2. How to profile the code http://gnss-sdr.org/node/43
$ gcc -o myapp ... -lprofiler -ltcmalloc
-fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free
tcmalloc源码剖析的资料
原文地址:http://www.cnblogs.com/wiessharling/p/4691620.html