summaryrefslogtreecommitdiff
path: root/src/net/http/pprof/pprof.go
Commit message (Expand)AuthorAgeFilesLines
* net/http/pprof: remove html/template dependencyEgon Elbre2020-10-091-25/+35
* net/http/pprof: use Request.Context, not the deprecated CloseNotifierAyan George2020-10-071-8/+4
* net/http/pprof: document the trace endpoint is for execution traceHana (Hyang-Ah) Kim2020-05-091-4/+6
* net/http/pprof: allow "seconds" parameters to most profilesHana (Hyang-Ah) Kim2020-04-221-2/+6
* net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim2020-04-171-0/+90
* net/http/pprof: set content type for /debug/pprofHana (Hyang-Ah) Kim2020-02-211-0/+3
* net/http/pprof: explicitly mention DefaultServeMux for default handlersharsimran12019-10-211-0/+3
* net/http/pprof: fix typo on new index pageIngo Oeser2018-05-101-1/+1
* net/http/pprof: update the /debug/pprof endpointAgniva De Sarker2018-05-101-8/+67
* net/http/pprof: harden handler responsesAndrew Bonventre2018-03-281-23/+29
* net/http/pprof: attach handlers using http.HandleFuncTerin Stock2017-10-301-5/+5
* net/http/pprof: mention mutex profile in docHana (Hyang-Ah) Kim2017-06-261-0/+5
* all: remove redundant returnsDaniel Martí2017-04-191-1/+0
* net/http/pprof: return error when requested profile duration exceeds WriteTim...Kale Blankenship2017-02-081-0/+23
* net/http/pprof: remove comments pointing to gperftoolsRaul Silvera2016-06-281-2/+0
* net/http/pprof: accept fractional seconds in trace handlerRuss Cox2016-04-111-3/+3
* net/http/pprof: note calling runtime.SetBlockProfileRate is required for bloc...Dan Peterson2016-04-061-1/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net/http/pprof: stop profiling if client's connection closesBrad Fitzpatrick2016-01-061-2/+13
* runtime/trace: add new packageDmitry Vyukov2015-07-221-4/+5
* all: link to https for golang subdomains tooBrad Fitzpatrick2015-07-121-1/+1
* net/http/pprof: Correct body tag in index templateQuoc-Viet Nguyen2015-03-191-1/+1
* net/http/pprof: Use relative links to profiles in index htmlMatt Joiner2015-03-121-2/+2
* net/http/pprof: add tracing supportDmitry Vyukov2015-01-281-0/+29
* net/http/pprof: run GC for /debug/pprof/heap?gc=1Russ Cox2014-10-241-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+205