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
/
mprof_test.go
Age
Commit message (
Expand
)
Author
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-09-25
runtime: fix MutexProfile missing root frames
Felix Geisendörfer
2022-03-16
runtime/pprof: do not require a GOROOT/src prefix in tests
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
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-07-09
runtime/pprof: call runtime.GC twice in memory profile test
Michael Anthony Knyszek
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-26
runtime: rename mcache fields to match Go style
Michael Anthony Knyszek
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2019-11-11
runtime/pprof: skip checks for inlined functions when inlining is disabled
Bryan C. Mills
2019-11-08
runtime/pprof: correct inlined function location encoding for non-CPU profiles
Hana (Hyang-Ah) Kim
2017-02-24
runtime/pprof: add streaming protobuf encoder
Russ Cox
2016-11-28
internal/pprof: don't discard allocations called by reflect.Call
Ian Lance Taylor
2016-10-31
Revert "runtime/pprof: write profiles in protobuf format."
Michael Matloob
2016-10-28
runtime/pprof: write profiles in protobuf format.
Michael Matloob
2016-10-28
Revert "runtime/pprof: write profiles in protobuf format."
Austin Clements
2016-10-28
runtime/pprof: write profiles in protobuf format.
unknown
2016-04-20
runtime: call mallocgc directly from makeslice and growslice
Josh Bleecher Snyder
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-03
test: use go:noinline consistently
Todd Neal
2014-10-17
runtime/pprof: fix memory profiler test
Dmitriy Vyukov
2014-10-16
runtime/pprof: disable new memory test
Russ Cox
2014-10-16
runtime: fix memory profiler
Dmitriy Vyukov