summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-07-28 13:01:15 -0700
committerQi Wang <interwq@gmail.com>2017-07-28 14:08:00 -0700
commit2d2fa72647e0e535088793a0335d0294277d2f09 (patch)
tree91c9d1bf7137fcc9cb2b33ded1222a108ec16657 /bin
parent7c22ea7a93f16c90f49de8ee226e3bcd1521c93e (diff)
downloadjemalloc-2d2fa72647e0e535088793a0335d0294277d2f09.tar.gz
Filter out "newImpl" from profiling output.
Diffstat (limited to 'bin')
-rw-r--r--bin/jeprof.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/jeprof.in b/bin/jeprof.in
index e6f4af4b..1bbc51ee 100644
--- a/bin/jeprof.in
+++ b/bin/jeprof.in
@@ -2895,6 +2895,7 @@ sub RemoveUninterestingFrames {
foreach my $name ('@JEMALLOC_PREFIX@calloc',
'cfree',
'@JEMALLOC_PREFIX@malloc',
+ 'newImpl',
'@JEMALLOC_PREFIX@free',
'@JEMALLOC_PREFIX@memalign',
'@JEMALLOC_PREFIX@posix_memalign',