summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2014-02-12 22:36:45 +0400
committerDmitriy Vyukov <dvyukov@google.com>2014-02-12 22:36:45 +0400
commitc660461426e88bf3b5cb6ef7b95c4131181d6578 (patch)
treedb0506269156501920af8bc95ea9eee042625f98 /misc
parent8fd083049074642db07fd40fb7a642cc049565be (diff)
downloadgo-c660461426e88bf3b5cb6ef7b95c4131181d6578.tar.gz
runtime: more precise mprof sampling
Better sampling of objects that are close in size to sampling rate. See the comment for details. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/43830043
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/pprof1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/pprof b/misc/pprof
index 713c3620f..f28ba77d1 100755
--- a/misc/pprof
+++ b/misc/pprof
@@ -2652,6 +2652,7 @@ sub RemoveUninterestingFrames {
'makechan',
'makemap',
'mal',
+ 'profilealloc',
'runtime.new',
'makeslice1',
'runtime.malloc',