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
/
internal
/
profile
Age
Commit message (
Expand
)
Author
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2020-03-01
runtime/pprof/internal/profile: make error message readable
Ian Lance Taylor
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-03-02
runtime/pprof/internal/profile: use idiomatic swapping
Iskander Sharipov
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-15
pprof: replace bits = bits + "..." to bits += "..." where bits is a string.
Ivan Sharavuev
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2017-02-24
runtime/pprof/internal/profile: move internal/pprof/profile here
Russ Cox
2016-10-31
Revert "runtime/pprof: write profiles in protobuf format."
Michael Matloob
2016-10-28
runtime/pprof/internal/profile: add copyright notice to profile_memmap.go
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