package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev
# README
This is a fork of net/http/pprof that doesn't use init side effects and doesn't use html/template (which ends up calling reflect.Value.MethodByName, which disables some linker deadcode optimizations).
# Functions
No description provided by the author
Cmdline responds with the running program's command line, with arguments separated by NUL bytes.
Handler returns an HTTP handler that serves the named profile.
Index responds with the pprof-formatted profile named by the request.
Profile responds with the pprof-formatted cpu profile.
Symbol looks up the program counters listed in the request, responding with a table mapping program counters to function names.
Trace responds with the execution trace in binary form.