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
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
2017-02-10
runtime/pprof: merge internal/protopprof into pprof package
Russ Cox
2017-02-07
runtime/pprof: symbolize proto profiles
Michael Matloob
2016-11-22
runtime/pprof/internal/protopprof: fix test on s390x
Michael Munday
2016-11-22
runtime/pprof: generate heap profiles in compressed proto format
Michael Matloob
2016-11-17
runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...
Vladimir Stefanovic
2016-11-11
runtime/pprof/internal: delete package gzip0
Michael Matloob
2016-11-10
runtime/pprof: output CPU profiles in pprof protobuf format
Michael Matloob
2016-11-09
runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...
Michael Munday
2016-11-08
runtime/pprof/internal: add package protopprof
Michael Matloob
2016-10-31
Revert "runtime/pprof: write profiles in protobuf format."
Michael Matloob
2016-10-29
runtime/pprof/internal/gzip0: new package for pprof
Russ Cox
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