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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a105bb1..f539fad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ endif LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix) # Lists of files. -BINS := $(srcroot)bin/pprof $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh +BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof C_HDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h C_SRCS := $(srcroot)src/jemalloc.c $(srcroot)src/arena.c \ $(srcroot)src/atomic.c $(srcroot)src/base.c $(srcroot)src/bitmap.c \ |