summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/pprof/pprof.go
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-9/+89
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-42/+465
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+176
2011-09-13Imported Upstream version 60Ondřej Surý1-176/+0
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+69
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+0
2010-03-29runtime: a couple more memory stats.Russ Cox1-0/+3
now runtime.MemStats.Sys really is the sum of all the other Sys fields. R=r CC=golang-dev http://codereview.appspot.com/843041
2010-03-29runtime: more malloc statisticsRuss Cox1-4/+12
expvar: default publishings for cmdline, memstats godoc: import expvar R=r CC=golang-dev http://codereview.appspot.com/815041
2010-03-26pprof: dump extra heap information at end of heap profileRuss Cox1-0/+24
R=r CC=golang-dev http://codereview.appspot.com/786041
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-0/+73
R=r CC=golang-dev http://codereview.appspot.com/719041