aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/internal/profile
AgeCommit message (Expand)Author
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-03-01runtime/pprof/internal/profile: make error message readableIan Lance Taylor
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-03-02runtime/pprof/internal/profile: use idiomatic swappingIskander Sharipov
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-15pprof: replace bits = bits + "..." to bits += "..." where bits is a string.Ivan Sharavuev
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2017-02-24runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox
2016-10-31Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob
2016-10-28runtime/pprof/internal/profile: add copyright notice to profile_memmap.goMichael 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