| Index: third_party/tcmalloc/vendor/doc/heapprofile.html
|
| ===================================================================
|
| --- third_party/tcmalloc/vendor/doc/heapprofile.html (revision 126727)
|
| +++ third_party/tcmalloc/vendor/doc/heapprofile.html (working copy)
|
| @@ -3,7 +3,7 @@
|
|
|
| <HEAD>
|
| <link rel="stylesheet" href="designstyle.css">
|
| - <title>Gperftools Heap Profiler</title>
|
| + <title>Google Heap Profiler</title>
|
| </HEAD>
|
|
|
| <BODY>
|
| @@ -66,7 +66,7 @@
|
| <pre>% env HEAPPROFILE=/tmp/mybin.hprof /usr/local/bin/my_binary_compiled_with_tcmalloc</pre>
|
| <li> <p>In your code, bracket the code you want profiled in calls to
|
| <code>HeapProfilerStart()</code> and <code>HeapProfilerStop()</code>.
|
| - (These functions are declared in <code><gperftools/heap-profiler.h></code>.)
|
| + (These functions are declared in <code><google/heap-profiler.h></code>.)
|
| <code>HeapProfilerStart()</code> will take the
|
| profile-filename-prefix as an argument. Then, as often as
|
| you'd like before calling <code>HeapProfilerStop()</code>, you
|
|
|