aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof_test.go
AgeCommit message (Expand)Author
2022-05-16runtime/pprof: slow new goroutine launches in testRhys Hiltner
2022-05-16runtime/pprof: eliminate arbitrary deadline in testCPUProfileBryan C. Mills
2022-05-03runtime/pprof: stress test goroutine profilerRhys Hiltner
2022-05-03runtime/pprof: add race annotations for goroutine profilesRhys Hiltner
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-22runtime/pprof: rerun magnitude test on failureRhys Hiltner
2022-03-16runtime/pprof: do not require a GOROOT/src prefix in testsBryan C. Mills
2022-02-10runtime/pprof: remove arbitrary sleeps in TestBlockProfileBryan C. Mills
2022-01-21runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeledMichael Pratt
2022-01-20runtime/pprof: allow labels on racecall in TestLabelSystemstackMichael Pratt
2022-01-19runtime/pprof: compare all samples vs rusage in TestCPUProfileMultithreadMagn...Michael Pratt
2022-01-19runtime/pprof: assert that labels never appear on unexpected samplesMichael Pratt
2022-01-10runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separatelyMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime/pprof: increase systemstack calls in TestLabelSystemstackMichael Pratt
2021-12-07runtime/pprof: assert that labelHog samples are always labeledMichael Pratt
2021-12-07runtime/pprof: consume tag for first CPU recordMichael Pratt
2021-12-03runtime: fix missing pprof labelsFelix Geisendörfer
2021-11-12runtime/pprof: mark TestCPUProfileMultithreadMagnitude as flakyMichael Pratt
2021-11-09runtime/pprof: include labels in profile dumpMichael Pratt
2021-11-03runtime/pprof: disable GC during calibration testRhys Hiltner
2021-11-02Revert "runtime: fix missing pprof labels"Bryan C. Mills
2021-11-02runtime: fix missing pprof labelsFelix Geisendörfer
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-27runtime/pprof: skip TestTimeVDSO on AndroidCherry Mui
2021-09-27runtime: profile with per-thread timers on LinuxRhys Hiltner
2021-09-24runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
2021-06-21runtime/pprof: deflake TestMorestack moreCherry Mui
2021-06-17cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt
2021-06-08Revert "doc/go1.17: mention block profile bias fix"Cherry Mui
2021-06-08doc/go1.17: mention block profile bias fixFelix Geisendörfer
2021-05-24[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...Cherry Mui
2021-04-27runtime/pprof: fix block profile biasFelix Geisendörfer
2021-04-06runtime/pprof: deflake TestMorestackCherry Zhang
2021-04-04runtime/pprof: skip tests for AIXClément Chigot
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-20runtime/pprof: disable TestMorestack on darwin/arm64Russ Cox
2021-02-19runtime/pprof: disable TestMorestack on macOS under race detectorRuss Cox
2021-02-19runtime/pprof: expect tests to pass on macOSRuss Cox
2021-02-19runtime: fix windows/arm CONTEXT_CONTROLRuss Cox
2021-02-19runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-28runtime/pprof: ignore test failures on windows/armJason A. Donenfeld
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-22runtime/pprof: plumb labels for goroutine profilesDavid Finkel
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-04-13runtime/pprof: clarify recursive inline heuristicMichael Pratt
2020-04-13runtime/pprof: try to use real stack in TestTryAddMichael Pratt