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.go
Age
Commit message (
Expand
)
Author
36 hours
runtime/pprof: using buffer writer instead of original writer
Weixie Cui
2026-03-28
runtime: remove redundant fields from memory profile records
Nick Ripley
2026-02-09
runtime/pprof: fix missing Profile docs
Austin Clements
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-21
runtime/pprof: remove hard-coded sleep in CPU profile reader
Nick Ripley
2025-11-12
runtime,runtime/pprof: clean up goroutine leak profile writing
Vlad Saioc
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-05-13
runtime/pprof: return errors from writing profiles
Sean Liao
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-01-09
runtime/pprof: hide map runtime frames from heap profiles
Michael Pratt
2024-11-16
runtime/pprof: reduce label overhead
Felix Geisendörfer
2024-11-13
runtime/pprof: note different between go test -memprofile and WriteHeapProfile
Sean Liao
2024-07-17
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-15
Revert "runtime: avoid multiple records with identical stacks from MutexProfile"
Cherry Mui
2024-07-09
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2024-05-21
runtime: increase profiling stack depth to 128
Felix Geisendörfer
2024-02-20
runtime/pprof: update outdated google/pprof link
hi-rustin
2024-01-30
runtime: avoid new linkname for goroutine profiles
Michael Pratt
2024-01-30
runtime: reduce one STW when obtaining goroutine configuration file
Jun10ng
2023-12-30
all: replace outdated links
cui fliter
2023-12-06
runtime/pprof: add section headers to Profile doc
Michael Pratt
2023-12-06
runtime/pprof: document block and mutex profiles
Michael Pratt
2023-11-08
runtime: add available godoc link
cui fliter
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-15
runtime/pprof: scale mutex profile samples when they are recorded
Nick Ripley
2022-09-23
runtime/pprof: force use of 4-column profiles in pprof memprofile output
Russ Cox
2022-09-08
runtime/pprof: use strings.Builder
cuiweixie
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-05-24
[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...
Cherry Mui
2021-03-18
runtime/pprof: move common code to writeProfileInternal function
Elvina Yakubova
2020-04-22
runtime/pprof: plumb labels for goroutine profiles
David Finkel
2020-04-21
Revert "runtime/pprof: speed up CPU profiling shutdown"
Josh Bleecher Snyder
2020-04-20
runtime/pprof: speed up CPU profiling shutdown
Josh Bleecher Snyder
2020-03-17
runtime/pprof: export max rss when saving memory profiles.
Jeremy Faller
2020-03-11
runtime/pprof: document that debug=0 emits proto
Tamir Duberstein
2019-11-08
runtime/pprof: correct inlined function location encoding for non-CPU profiles
Hana (Hyang-Ah) Kim
2019-11-05
runtime/pprof: update example comment to check error on Close
Ian Lance Taylor
2018-08-22
runtime/pprof: fix resource leak in documentation
Roland Illig
2018-05-21
runtime/pprof: update stale link in documentation
Alberto Donizetti
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2018-01-24
runtime/pprof: scale mutex profile with sampling rate
Hana Kim
2017-12-01
runtime/pprof: read memstats earlier in profile handler
Russ Cox
2017-11-18
runtime/pprof: fix doc typo
Davor Kapsa
[next]