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
Age
Commit message (
Expand
)
Author
2022-09-23
runtime/pprof: force use of 4-column profiles in pprof memprofile output
Russ Cox
2022-09-19
runtime/pprof: set labelMap length
Sasha Melentyev
2022-09-16
runtime: make the wait reason for a g blocked on a mutex more specific
Michael Anthony Knyszek
2022-09-08
runtime/pprof: use strings.Builder
cuiweixie
2022-09-03
internal/syscall/unix: consolidate kernelVersion implementations
Kir Kolyshkin
2022-08-23
runtime/pprof: remove round-to-file-start adjustment
Keith Randall
2022-08-20
runtime/pprof: add memory mapping info for Windows
Egon Elbre
2022-08-19
runtime/pprof: check Getrusage return value in addMaxRSS
Tobias Klauser
2022-08-19
runtime/pprof: report MaxRSS on windows
Tobias Klauser
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
2022-05-17
all: fix spelling
John Bampton
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-13
runtime/pprof: fix allFrames cache
Rhys Hiltner
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-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
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-03-13
runtime/pprof: use syscall.RUSAGE_SELF
Tobias Klauser
2022-03-11
runtime/pprof, syscall: report MaxRSS on all unix platforms
Tobias Klauser
2022-03-09
runtime/pprof: fix pcDeck's frame indexing
Rhys Hiltner
2022-03-08
runtime/pprof: check if PC is reused for inlining
Rhys Hiltner
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-29
runtime: fix sweep termination condition
Michael Anthony Knyszek
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-07-20
[dev.typeparams] all: merge master (c8f4e61) into dev.typeparams
Matthew Dempsky
2021-07-09
runtime/pprof: call runtime.GC twice in memory profile test
Michael Anthony Knyszek
2021-06-22
[dev.typeparams] all: merge master (16e82be) into dev.typeparams
Cuong Manh Le
[prev]
[next]