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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ /bin/jemalloc-config /bin/jemalloc.sh +/bin/jeprof /config.stamp /config.log |