aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
2016-10-28Revert "runtime/pprof: write profiles in protobuf format."Austin Clements
2016-10-28runtime/pprof: write profiles in protobuf format.unknown
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-12runtime/pprof: preallocate slice in pprof.goGyu-Ho Lee
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-20runtime: report GCSys and OtherSys in heap profileAustin Clements
2016-07-26runtime/pprof: document use of pprof packageAustin Clements
2016-07-13runtime/pprof: don't print extraneous 0 after goexitIan Lance Taylor
2016-06-27runtime/pprof: update comments to point to new pprofRaul Silvera
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-05-16runtime: use GOTRACEBACK=system for TestStackBarrierProfilingAustin Clements
2016-04-20runtime: call mallocgc directly from makeslice and growsliceJosh Bleecher Snyder
2016-04-07runtime/pprof: make TestBlockProfile less timing dependentRichard Miller
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-03-05runtime: don't print EnableGC flag in WriteHeapProfile()Hitoshi Mitake
2016-03-02runtime/pprof: sort counted profiles by countRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-25runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor
2016-02-16runtime: show panics in tracebackAustin Clements
2016-02-02runtime/pprof: mark dragonfly and solaris as bad at pprofBrad Fitzpatrick
2016-01-26runtime/pprof: retry failed tests with longer durationAustin Clements
2016-01-25runtime/pprof: document SetCPUProfile with c-archive/c-sharedIan Lance Taylor
2016-01-08runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, tooAustin Clements
2016-01-06runtime/pprof: skip TestStackBarrierProfiling on dragonfly tooBrad Fitzpatrick
2016-01-06runtime/pprof: point to new docs about kernel bugsRuss Cox
2016-01-05runtime/pprof: skip TestStackBarrierProfilingAustin Clements
2016-01-04runtime/pprof: shorten a few testsRuss Cox
2015-11-20runtime/pprof: disable TestStackBarrierProfiling on ppc64Austin Clements
2015-11-20runtime/pprof: check if test can forkDavid Crawshaw
2015-11-19runtime/pprof: test that stack barriers never appear in profileAustin Clements
2015-11-03test: use go:noinline consistentlyTodd Neal
2015-07-27runtime/pprof: document content of heap profileRuss Cox
2015-07-22runtime/pprof: ignore too few samples on Windows testRuss Cox
2015-07-22runtime/trace: add new packageDmitry Vyukov
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-18runtime: fix tracing of syscallexitDmitry Vyukov
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-05-18runtime/pprof: write heap statistics to heap profile alwaysJosh Bleecher Snyder
2015-05-01Revert "runtime/pprof: write heap statistics to heap profile always"Josh Bleecher Snyder
2015-04-29runtime/pprof: write heap statistics to heap profile alwaysRuss Cox
2015-04-21runtime/pprof: disable flaky TestTraceFutileWakeup on linux/ppc64leMatthew Dempsky
2015-04-17runtime/pprof: disable TestTraceStressStartStopDave Cheney
2015-04-13runtime/pprof: skip fork test on darwin/arm64David Crawshaw
2015-03-29runtime/pprof: fix data race in testDmitry Vyukov
2015-03-27runtime/pprof: fix TestCPUProfileWithFork for GOOS=android.Hyang-Ah Hana Kim
2015-03-17runtime: remove futile wakeups from traceDmitry Vyukov
2015-03-11cmd/trace: move goroutine analysis code to internal/traceDmitry Vyukov
2015-03-11cmd/trace: dump thread id on proc startDmitry Vyukov
2015-03-10runtime/pprof: fix trace testDmitry Vyukov