summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-07-28 20:01:15 (GMT)
committerQi Wang <interwq@gmail.com>2017-07-28 21:08:00 (GMT)
commit2d2fa72647e0e535088793a0335d0294277d2f09 (patch)
tree91c9d1bf7137fcc9cb2b33ded1222a108ec16657
parent7c22ea7a93f16c90f49de8ee226e3bcd1521c93e (diff)
downloadjemalloc-2d2fa72647e0e535088793a0335d0294277d2f09.zip
jemalloc-2d2fa72647e0e535088793a0335d0294277d2f09.tar.gz
jemalloc-2d2fa72647e0e535088793a0335d0294277d2f09.tar.bz2
Filter out "newImpl" from profiling output.
-rw-r--r--bin/jeprof.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/jeprof.in b/bin/jeprof.in
index e6f4af4..1bbc51e 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',