Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2022 Changes in this version + func StartCPUProfile(w io.Writer) error + func StopCPUProfile() + func WriteHeapProfile(w io.Writer) error + type Profile struct + func Lookup(name string) *Profile + func NewProfile(name string) *Profile + func Profiles() []*Profile + func (p *Profile) Add(value interface{}, skip int) + func (p *Profile) Count() int + func (p *Profile) Name() string + func (p *Profile) Remove(value interface{}) + func (p *Profile) WriteTo(w io.Writer, debug int) error