aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/protomem_test.go
AgeCommit message (Expand)Author
2026-03-28runtime: remove redundant fields from memory profile recordsNick Ripley
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-03-11runtime/internal: clean up completelyJes Cok
2025-01-09runtime/pprof: hide map runtime frames from heap profilesMichael Pratt
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-05-21runtime: increase profiling stack depth to 128Felix Geisendörfer
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-11runtime/pprof: fix generics function namesTolya Korniltsev
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-08-29runtime/pprof: compute memory profile block size using sampled valuesAlexey Alexandrov
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2017-05-15runtime/pprof: clean up call/return PCs in memory profilesAustin Clements
2017-02-24runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2017-02-14all: use keyed composite literalsJosh Bleecher Snyder
2017-02-10runtime/pprof: merge internal/protopprof into pprof packageRuss Cox