aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof.go
AgeCommit message (Expand)Author
2017-11-03runtime/pprof: use new profile format for block/mutex profilesHana (Hyang-Ah) Kim
2017-09-22all: use sort.Slice in a few more placesDaniel Martí
2017-05-17runtime/pprof: don't produce 0 location in count profilesAustin Clements
2017-05-15runtime/pprof: expand inlined frames in symbolized proto profilesAustin Clements
2017-05-15runtime/pprof: clean up call/return PCs in memory profilesAustin Clements
2017-03-02runtime/pprof: fix data race between Profile.Add and Profile.WriteToJosh Bleecher Snyder
2017-02-27runtime/pprof: handle empty stack traces in Profile.AddJosh Bleecher Snyder
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2017-02-24runtime/pprof: use more efficient hash table for staging profileRuss Cox
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2017-02-15runtime/pprof: print newly added fields of runtime.MemStatsHana Kim
2017-02-10runtime/pprof: merge internal/protopprof into pprof packageRuss Cox
2017-02-07runtime/pprof: document that profile names should not contain spaces.Sameer Ajmani
2017-02-07runtime/pprof: clarify CPU profile's captured during the lifetime of the progJaana Burcu Dogan
2016-12-09runtime/pprof: track locations for goroutine profilesRaul Silvera
2016-11-22runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob
2016-11-21runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob
2016-11-10runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob
2016-10-31Revert "runtime/pprof: write profiles in protobuf format."Michael 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
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-12runtime/pprof: preallocate slice in pprof.goGyu-Ho Lee
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-20runtime: report GCSys and OtherSys in heap profileAustin Clements
2016-07-26runtime/pprof: document use of pprof packageAustin Clements
2016-07-13runtime/pprof: don't print extraneous 0 after goexitIan Lance Taylor
2016-06-27runtime/pprof: update comments to point to new pprofRaul Silvera
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-03-05runtime: don't print EnableGC flag in WriteHeapProfile()Hitoshi Mitake
2016-03-02runtime/pprof: sort counted profiles by countRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-25runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor
2016-02-16runtime: show panics in tracebackAustin Clements
2016-01-25runtime/pprof: document SetCPUProfile with c-archive/c-sharedIan Lance Taylor
2016-01-06runtime/pprof: point to new docs about kernel bugsRuss Cox
2015-07-27runtime/pprof: document content of heap profileRuss Cox
2015-07-22runtime/trace: add new packageDmitry Vyukov
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-05-18runtime/pprof: write heap statistics to heap profile alwaysJosh Bleecher Snyder
2015-05-01Revert "runtime/pprof: write heap statistics to heap profile always"Josh Bleecher Snyder
2015-04-29runtime/pprof: write heap statistics to heap profile alwaysRuss Cox
2015-01-28runtime/pprof: add tracing supportDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox