aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/mprof_test.go
AgeCommit message (Expand)Author
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-09-25runtime: fix MutexProfile missing root framesFelix Geisendörfer
2022-03-16runtime/pprof: do not require a GOROOT/src prefix in testsBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29runtime: fix sweep termination conditionMichael Anthony Knyszek
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-26runtime: rename mcache fields to match Go styleMichael Anthony Knyszek
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2019-11-11runtime/pprof: skip checks for inlined functions when inlining is disabledBryan C. Mills
2019-11-08runtime/pprof: correct inlined function location encoding for non-CPU profilesHana (Hyang-Ah) Kim
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2016-11-28internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor
2016-10-31Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob
2016-10-28runtime/pprof: write profiles in protobuf format.Michael Matloob
2016-10-28Revert "runtime/pprof: write profiles in protobuf format."Austin Clements
2016-10-28runtime/pprof: write profiles in protobuf format.unknown
2016-04-20runtime: call mallocgc directly from makeslice and growsliceJosh Bleecher Snyder
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-03test: use go:noinline consistentlyTodd Neal
2014-10-17runtime/pprof: fix memory profiler testDmitriy Vyukov
2014-10-16runtime/pprof: disable new memory testRuss Cox
2014-10-16runtime: fix memory profilerDmitriy Vyukov