diff options
author | Jason Evans <je@facebook.com> | 2010-04-02 20:50:53 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-04-02 21:41:02 (GMT) |
commit | a91f2109292f4f4522f75d0636fdba30bda26e76 (patch) | |
tree | f65fc054050fd751add877f4ac17b04c5478965a /jemalloc/doc | |
parent | 18ad8234b6dc77a00493240779fe17f8431240d6 (diff) | |
download | jemalloc-a91f2109292f4f4522f75d0636fdba30bda26e76.zip jemalloc-a91f2109292f4f4522f75d0636fdba30bda26e76.tar.gz jemalloc-a91f2109292f4f4522f75d0636fdba30bda26e76.tar.bz2 |
Import pprof from google-perftools, svn r91.
Fix divide-by-zero error in pprof. It is possible for sample contexts
to currently have no associated objects, but the cumulative statistics
are still useful, depending on how the user invokes pprof. Since
jemalloc intentionally does not filter such contexts, take care not to
divide by 0 when re-scaling for v2 heap sampling.
Install pprof as part of 'make install'.
Update pprof documentation.
Diffstat (limited to 'jemalloc/doc')
-rw-r--r-- | jemalloc/doc/jemalloc.3.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in index f51e806..cf5cb5e 100644 --- a/jemalloc/doc/jemalloc.3.in +++ b/jemalloc/doc/jemalloc.3.in @@ -376,8 +376,8 @@ will disable dirty page purging. @roff_prof@option for information on interval-triggered profile dumping, and the @roff_prof@.Dq U @roff_prof@option for information on high-water-triggered profile dumping. -@roff_prof@Profile output is compatible with the pprof Perl script, which is -@roff_prof@part of the google-perftools package +@roff_prof@Profile output is compatible with the included pprof Perl script, +@roff_prof@which originates from the google-perftools package @roff_prof@(http://code.google.com/p/google-perftools/). @roff_tcache@.It G @roff_tcache@Double/halve the approximate interval (counted in terms of |