mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
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.
This commit is contained in:
parent
18ad8234b6
commit
a91f210929
4 changed files with 4358 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
/jemalloc/autom4te.cache/
|
||||
/jemalloc/bin/
|
||||
/jemalloc/cfghdrs.stamp
|
||||
/jemalloc/cfgoutputs.stamp
|
||||
/jemalloc/config.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue