index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
pprof
/
pprof_test.go
Age
Commit message (
Expand
)
Author
2022-05-16
runtime/pprof: slow new goroutine launches in test
Rhys Hiltner
2022-05-16
runtime/pprof: eliminate arbitrary deadline in testCPUProfile
Bryan C. Mills
2022-05-03
runtime/pprof: stress test goroutine profiler
Rhys Hiltner
2022-05-03
runtime/pprof: add race annotations for goroutine profiles
Rhys Hiltner
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-22
runtime/pprof: rerun magnitude test on failure
Rhys Hiltner
2022-03-16
runtime/pprof: do not require a GOROOT/src prefix in tests
Bryan C. Mills
2022-02-10
runtime/pprof: remove arbitrary sleeps in TestBlockProfile
Bryan C. Mills
2022-01-21
runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeled
Michael Pratt
2022-01-20
runtime/pprof: allow labels on racecall in TestLabelSystemstack
Michael Pratt
2022-01-19
runtime/pprof: compare all samples vs rusage in TestCPUProfileMultithreadMagn...
Michael Pratt
2022-01-19
runtime/pprof: assert that labels never appear on unexpected samples
Michael Pratt
2022-01-10
runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separately
Michael Pratt
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-08
runtime/pprof: increase systemstack calls in TestLabelSystemstack
Michael Pratt
2021-12-07
runtime/pprof: assert that labelHog samples are always labeled
Michael Pratt
2021-12-07
runtime/pprof: consume tag for first CPU record
Michael Pratt
2021-12-03
runtime: fix missing pprof labels
Felix Geisendörfer
2021-11-12
runtime/pprof: mark TestCPUProfileMultithreadMagnitude as flaky
Michael Pratt
2021-11-09
runtime/pprof: include labels in profile dump
Michael Pratt
2021-11-03
runtime/pprof: disable GC during calibration test
Rhys Hiltner
2021-11-02
Revert "runtime: fix missing pprof labels"
Bryan C. Mills
2021-11-02
runtime: fix missing pprof labels
Felix Geisendörfer
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-27
runtime/pprof: skip TestTimeVDSO on Android
Cherry Mui
2021-09-27
runtime: profile with per-thread timers on Linux
Rhys Hiltner
2021-09-24
runtime: set vdsoSP to caller's SP consistently
Cherry Mui
2021-06-22
[dev.typeparams] all: merge master (16e82be) into dev.typeparams
Cuong Manh Le
2021-06-21
runtime/pprof: deflake TestMorestack more
Cherry Mui
2021-06-17
cmd/pprof,runtime/pprof: disable test on more broken platforms
Michael Pratt
2021-06-08
Revert "doc/go1.17: mention block profile bias fix"
Cherry Mui
2021-06-08
doc/go1.17: mention block profile bias fix
Felix Geisendörfer
2021-05-24
[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...
Cherry Mui
2021-04-27
runtime/pprof: fix block profile bias
Felix Geisendörfer
2021-04-06
runtime/pprof: deflake TestMorestack
Cherry Zhang
2021-04-04
runtime/pprof: skip tests for AIX
Clément Chigot
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-20
runtime/pprof: disable TestMorestack on darwin/arm64
Russ Cox
2021-02-19
runtime/pprof: disable TestMorestack on macOS under race detector
Russ Cox
2021-02-19
runtime/pprof: expect tests to pass on macOS
Russ Cox
2021-02-19
runtime: fix windows/arm CONTEXT_CONTROL
Russ Cox
2021-02-19
runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-28
runtime/pprof: ignore test failures on windows/arm
Jason A. Donenfeld
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-22
runtime/pprof: plumb labels for goroutine profiles
David Finkel
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2020-04-13
runtime/pprof: clarify recursive inline heuristic
Michael Pratt
2020-04-13
runtime/pprof: try to use real stack in TestTryAdd
Michael Pratt
[prev]
[next]