|
From: Frank C. <fra...@gm...> - 2011-09-16 01:35:51
|
Hi, We recently built and linked in the google perftools libtcmalloc custom memory allocator into a prototype software tool we are researching at a basic research level. We found that on WIndows and Linux, the speed of this research software tool sped by 350% when we linked in libtcmalloc. Now, we are trying to analyze why this fortuitous speed improvement using kcachegrind -- callgrind, How do find out which tcmalloc functions are responsible for the speed improvement using the kcachegrind -- callgrind profiler? Thank you. |