aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/pprof
AgeCommit message (Expand)Author
2020-05-09net/http/pprof: document the trace endpoint is for execution traceHana (Hyang-Ah) Kim
2020-04-22net/http/pprof: allow "seconds" parameters to most profilesHana (Hyang-Ah) Kim
2020-04-22net/http/pprof: make TestDeltaProfile less flaky by retryingHana (Hyang-Ah) Kim
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-02-21net/http/pprof: set content type for /debug/pprofHana (Hyang-Ah) Kim
2019-10-21net/http/pprof: explicitly mention DefaultServeMux for default handlersharsimran1
2018-05-10net/http/pprof: fix typo on new index pageIngo Oeser
2018-05-10net/http/pprof: update the /debug/pprof endpointAgniva De Sarker
2018-03-28net/http/pprof: harden handler responsesAndrew Bonventre
2017-10-30net/http/pprof: attach handlers using http.HandleFuncTerin Stock
2017-06-26net/http/pprof: mention mutex profile in docHana (Hyang-Ah) Kim
2017-04-19all: remove redundant returnsDaniel Martí
2017-02-08net/http/pprof: return error when requested profile duration exceeds WriteTim...Kale Blankenship
2016-06-28net/http/pprof: remove comments pointing to gperftoolsRaul Silvera
2016-04-11net/http/pprof: accept fractional seconds in trace handlerRuss Cox
2016-04-06net/http/pprof: note calling runtime.SetBlockProfileRate is required for bloc...Dan Peterson
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-06net/http/pprof: stop profiling if client's connection closesBrad Fitzpatrick
2015-07-22runtime/trace: add new packageDmitry Vyukov
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-03-19net/http/pprof: Correct body tag in index templateQuoc-Viet Nguyen
2015-03-12net/http/pprof: Use relative links to profiles in index htmlMatt Joiner
2015-01-28net/http/pprof: add tracing supportDmitry Vyukov
2014-10-24net/http/pprof: run GC for /debug/pprof/heap?gc=1Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox