diff options
author | Jason Evans <jasone@canonware.com> | 2015-05-01 19:31:12 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-05-01 19:31:12 (GMT) |
commit | 7041720ac208fa2f7f65e40d8133d4b291516847 (patch) | |
tree | f22e0f2037b9e27b902764a978e3cd6bc887ad93 /src | |
parent | 8e33c21d2d03ee7f540e32c3d75b10c128eaea57 (diff) | |
download | jemalloc-7041720ac208fa2f7f65e40d8133d4b291516847.zip jemalloc-7041720ac208fa2f7f65e40d8133d4b291516847.tar.gz jemalloc-7041720ac208fa2f7f65e40d8133d4b291516847.tar.bz2 |
Rename pprof to jeprof.
This rename avoids installation collisions with the upstream gperftools.
Additionally, jemalloc's per thread heap profile functionality
introduced an incompatible file format, so it's now worthwhile to
clearly distinguish jemalloc's version of this script from the upstream
version.
This resolves #229.
Diffstat (limited to 'src')
-rw-r--r-- | src/prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1418,7 +1418,7 @@ prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx, cnt_all->curobjs, (cnt_all->curobjs != 1) ? "s" : "", leak_ngctx, (leak_ngctx != 1) ? "s" : ""); malloc_printf( - "<jemalloc>: Run pprof on \"%s\" for leak detail\n", + "<jemalloc>: Run jeprof on \"%s\" for leak detail\n", filename); } } |