proxy.golang.org : github.com/lytics/httppprof
Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. For more information about pprof, see http://code.google.com/p/google-perftools/. Unlike net/http/pprof, this package does not register HTTP handlers on import. To use pprof, pass a HTTP ServeMux to Register: Then use the pprof tool to look at the heap profile: Or to look at a 30-second CPU profile: Or to look at the goroutine blocking profile: To view all available profiles, open http://localhost:6060/debug/pprof/ in your browser. For a study of the facility in action, visit
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/lytics/httppprof
License: BSD-3-Clause
Latest release: about 11 years ago
First release: about 11 years ago
Namespace: github.com/lytics
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago