Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: third_party/tcmalloc/vendor/doc/heapprofile.html

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tcmalloc/vendor/doc/heap_checker.html ('k') | third_party/tcmalloc/vendor/doc/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>&lt;google/heap-profiler.h&gt;</code>.)
+ (These functions are declared in <code>&lt;gperftools/heap-profiler.h&gt;</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
« no previous file with comments | « third_party/tcmalloc/vendor/doc/heap_checker.html ('k') | third_party/tcmalloc/vendor/doc/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698