Index: third_party/tcmalloc/vendor/doc/heapprofile.html |
diff --git a/third_party/tcmalloc/vendor/doc/heapprofile.html b/third_party/tcmalloc/vendor/doc/heapprofile.html |
index 22bfbec122c36bb1695fc63eef761ca1087e9a20..e9f6b15d10d1c68ec236a9076c217cef181ef88a 100644 |
--- a/third_party/tcmalloc/vendor/doc/heapprofile.html |
+++ b/third_party/tcmalloc/vendor/doc/heapprofile.html |
@@ -3,7 +3,7 @@ |
<HEAD> |
<link rel="stylesheet" href="designstyle.css"> |
- <title>Google Heap Profiler</title> |
+ <title>Gperftools Heap Profiler</title> |
</HEAD> |
<BODY> |
@@ -66,7 +66,7 @@ for a given run of an executable:</p> |
<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><google/heap-profiler.h></code>.) |
+ (These functions are declared in <code><gperftools/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 |