aboutsummaryrefslogtreecommitdiff
path: root/pprofhandler
AgeCommit message (Collapse)AuthorFilesLines
2023-04-26pprofhandler: use bytes.HasPrefix for consistency (#1543)Gravatar Oleksandr Redko 1-7/+8
2023-02-11docs: replace links to golang.org with go.dev (#1489)Gravatar Oleksandr Redko 1-1/+1
- Replace https://godoc.org with https://pkg.go.dev. - Replace https://golang.org with https://go.dev. - Replace https://golang.org/pkg with https://pkg.go.dev. - Replace https://blog.golang.org with https://go.dev/blog. - Use https://pkg.go.dev/golang.org/x/net/http2 instead of non-existing https://http2.golang.org/. - Remove trailing slashes.
2018-10-03Add support for named profiles like heap, goroutine, threadcreate, allocs, ↵Gravatar mmta 1-0/+9
block, and mutex.
2018-08-17Add pprofhandler, fix #235Gravatar Erik Dubbelboer 1-0/+35
Similar to expvarhandler but for net/http/pprof