Filter out "newImpl" from profiling output.
This commit is contained in:
parent
7c22ea7a93
commit
2d2fa72647
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user