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

Unified Diff: third_party/tcmalloc/vendor/doc/pprof_remote_servers.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/pprof.see_also ('k') | third_party/tcmalloc/vendor/google-perftools.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/vendor/doc/pprof_remote_servers.html
diff --git a/third_party/tcmalloc/vendor/doc/pprof_remote_servers.html b/third_party/tcmalloc/vendor/doc/pprof_remote_servers.html
index 09e765388938e45e0d0122d4e905377ca4fe76ef..dd29dfb96683a2844fb7cefcbc8bd3024e2ed329 100644
--- a/third_party/tcmalloc/vendor/doc/pprof_remote_servers.html
+++ b/third_party/tcmalloc/vendor/doc/pprof_remote_servers.html
@@ -64,7 +64,7 @@ can change it if you'd like.</p>
</pre>
<p>and have the server send <code>output</code> back as an HTTP
response to <code>pprof</code>. <code>MallocExtension</code> is
-defined in the header file <code>google/malloc_extension.h</code>.</p>
+defined in the header file <code>gperftools/malloc_extension.h</code>.</p>
<p>Note this will only only work if the binary is being run with
sampling turned on (which is not the default). To do this, set the
@@ -115,7 +115,7 @@ controlled via the variable <code>GROWTH_PAGE</code> in the
</pre>
<p>and sending <code>output</code> back as an HTTP response to
<code>pprof</code>. <code>MallocExtension</code> is defined in the
-header file <code>google/malloc_extension.h</code>.</p>
+header file <code>gperftools/malloc_extension.h</code>.</p>
<p>Here's an example, from an actual Google webserver, of what the
output should look like:</p>
@@ -138,7 +138,7 @@ change it if you'd like.</p>
<p>The server should respond by calling
<code>ProfilerStart(filename)</code>, continuing to do its work, and
then, XX seconds later, calling <code>ProfilerStop()</code>. (These
-functions are declared in <code>google/profiler.h</code>.) The
+functions are declared in <code>gperftools/profiler.h</code>.) The
application is responsible for picking a unique filename for
<code>ProfilerStart()</code>. After calling
<code>ProfilerStop()</code>, the server should read the contents of
« no previous file with comments | « third_party/tcmalloc/vendor/doc/pprof.see_also ('k') | third_party/tcmalloc/vendor/google-perftools.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698