aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof_test.go
AgeCommit message (Expand)Author
2016-11-11runtime/pprof: delete new TestCPUProfileParseRuss Cox
2016-11-10runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob
2016-10-31Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob
2016-10-28runtime/pprof: write profiles in protobuf format.Michael Matloob
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-07-13runtime/pprof: don't print extraneous 0 after goexitIan Lance Taylor
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-05-16runtime: use GOTRACEBACK=system for TestStackBarrierProfilingAustin Clements
2016-04-07runtime/pprof: make TestBlockProfile less timing dependentRichard Miller
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-03-02runtime/pprof: sort counted profiles by countRuss Cox
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
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-08runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, tooAustin Clements
2016-01-06runtime/pprof: skip TestStackBarrierProfiling on dragonfly tooBrad Fitzpatrick
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-07-22runtime/pprof: ignore too few samples on Windows testRuss Cox
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-13runtime/pprof: skip fork test on darwin/arm64David Crawshaw
2015-03-27runtime/pprof: fix TestCPUProfileWithFork for GOOS=android.Hyang-Ah Hana Kim
2015-02-27runtime/pprof: skip tests that fork on darwin/armDavid Crawshaw
2015-02-23runtime/pprof: make TestBlockProfile more robustShenghou Ma
2015-01-20runtime/pprof: ignore CPU profile test failures in QEMUBurcu Dogan
2014-11-11[dev.cc] runtime: convert scheduler from C to GoRuss Cox
2014-10-17runtime/pprof: fix testRuss Cox
2014-09-09undo CL 140110043 / 17b5fc2aa130Alex Brainman
2014-09-08build: move package sources from src/pkg to srcRuss Cox