aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pprof/internal
AgeCommit message (Expand)Author
2017-02-24cmd/pprof: vendor pprof from github.com/google/pprofRaul Silvera
2017-02-08net/http/pprof: return error when requested profile duration exceeds WriteTim...Kale Blankenship
2017-02-01cmd/pprof: remove redundant URLs from error messages in fetch.FetchURLIbrahim AshShohail
2016-12-22cmd/pprof: Re-enable weblist and disasmRaul Silvera
2016-12-15cmd/pprof: search for sample types in profileRaul Silvera
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-11-12cmd/pprof: add options to skip tls verificationPatrick Lee
2016-11-11cmd/pprof: don't print binary outputs in interactive modeHiroshi Ioka
2016-11-03cmd/pprof: use correct default handler for Go programsRuss Cox
2016-11-02cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internalRuss Cox
2016-04-12cmd/pprof/internal: move to cmd/internal/pprofDmitry Vyukov
2016-03-28cmd/pprof/internal: use and accept packed encoding for repeated fieldsRaul Silvera
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-13cmd/pprof: fix crash with invalid sourceEgon Elbre
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-17cmd/pprof: fix scaling of "gigabyte" unitBrad Fitzpatrick
2015-12-05cmd/pprof/internal: map/slice literals janitoringDidier Spezia
2015-07-23cmd/pprof: fix race between viewer and web commandRuss Cox
2015-07-15cmd/pprof: store temporary files in temporary directoryRuss Cox
2015-07-15cmd/pprof: run $BROWSER and system browser before ChromeRuss Cox
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-05cmd/pprof: use copy of svgpan library instead of link to remote siteRuss Cox
2015-06-02cmd/pprof/internal/profile: fix missing error checkDave Cheney
2015-05-18cmd/pprof/internal/profile: ignore comments when parsing heap profilesDaniel Morsing
2015-04-26cmd/pprof: handle empty profile gracefullyHåvard Haugen
2015-03-16cmd/pprof/internal/profile: insert blank line after non-doc commentRuss Cox
2015-02-19cmd/pprof: add -runtime flagDmitry Vyukov
2015-02-10cmd/pprof/internal/report: fix typo in recognized output unitIan Lance Taylor
2014-12-11cmd/pprof: remove -show_bytes from command line helpAustin Clements
2014-12-04cmd/pprof/internal/commands: add command to open browser on windowsShenghou Ma
2014-12-03cmd/pprof: fix symbol resolution for remote profilesRuss Cox
2014-11-17cmd/pprof: fix EOF handling when getting function sourceAustin Clements
2014-09-30cmd/pprof: add Go implementationRuss Cox