Update pprof (from gperftools 2.0).

This commit is contained in:
Jason Evans 2012-04-17 15:49:30 -07:00
parent b57d3ec571
commit 25a000e896
3 changed files with 649 additions and 193 deletions

View File

@ -34,6 +34,7 @@ found in the git revision history:
- Add the --with-mangling option.
- Add the --disable-experimental option.
- Add the "thread.tcache.enabled" mallctl.
- Update pprof (from gperftools 2.0).
Incompatible changes:
- Enable stats by default.

837
bin/pprof

File diff suppressed because it is too large Load Diff

View File

@ -1006,7 +1006,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
option for information on high-water-triggered profile dumping.
Profile output is compatible with the included <command>pprof</command>
Perl script, which originates from the <ulink
url="http://code.google.com/p/google-perftools/">google-perftools
url="http://code.google.com/p/gperftools/">gperftools
package</ulink>.</para></listitem>
</varlistentry>