summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-05-01 19:31:12 (GMT)
committerJason Evans <jasone@canonware.com>2015-05-01 19:31:12 (GMT)
commit7041720ac208fa2f7f65e40d8133d4b291516847 (patch)
treef22e0f2037b9e27b902764a978e3cd6bc887ad93 /src
parent8e33c21d2d03ee7f540e32c3d75b10c128eaea57 (diff)
downloadjemalloc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prof.c b/src/prof.c
index 8453ea8..d097749 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -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);
}
}