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
/
protomem_test.go
Age
Commit message (
Expand
)
Author
2026-03-28
runtime: remove redundant fields from memory profile records
Nick Ripley
2025-04-04
cmd/compile: stack allocate variable-sized makeslice
Keith Randall
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-01-09
runtime/pprof: hide map runtime frames from heap profiles
Michael Pratt
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-05-21
runtime: increase profiling stack depth to 128
Felix Geisendörfer
2023-12-13
runtime/pprof: fix inlined generics locations
Tolya Korniltsev
2023-12-11
runtime/pprof: fix generics function names
Tolya Korniltsev
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2019-01-08
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-08-29
runtime/pprof: compute memory profile block size using sampled values
Alexey Alexandrov
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2017-05-15
runtime/pprof: clean up call/return PCs in memory profiles
Austin Clements
2017-02-24
runtime/pprof/internal/profile: move internal/pprof/profile here
Russ Cox
2017-02-24
runtime/pprof: add streaming protobuf encoder
Russ Cox
2017-02-24
runtime/pprof: use new profile buffers for CPU profiling
Russ Cox
2017-02-14
all: use keyed composite literals
Josh Bleecher Snyder
2017-02-10
runtime/pprof: merge internal/protopprof into pprof package
Russ Cox