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