package
0.37.2
Repository: https://github.com/pyroscope-io/pyroscope.git
Documentation: pkg.go.dev

# README

This is a copy of golang runtime/pprof package. The original code is available here and all the credit goes to the Go Authors.

It is licensed under BSD-style license found in the LICENSE file.

# Functions

StartCPUProfile enables CPU profiling for the current process.
StopCPUProfile stops the current CPU profile, if any.
WriteHeapProfile is shorthand for Lookup("heap").WriteTo(w, 0).