# 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).