[LLVMdev] google heap profile

Chandler Carruth chandlerc at google.com
Fri Nov 11 11:39:30 PST 2011


On Fri, Nov 11, 2011 at 11:36 AM, reed kotler <rkotler at mips.com> wrote:

> Is anybody using the google heap profiler to analyze clang/llvm ??
>
> http://google-perftools.googlecode.com/svn/trunk/doc/heapprofile.html
>
> If so, do you know how to modify the build scripts to enable that.
>
> Tia.


I have tried to use this in the past without terribly much success.
Instead, I usually use Valgrind to analyze the allocation patterns:
http://valgrind.org/docs/manual/ms-manual.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111111/2c9951fb/attachment.html>


More information about the llvm-dev mailing list