Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllProfiles = []Profile{ &CPUProfile{}, &MemProfile{}, }
Functions ¶
This section is empty.
Types ¶
type BlockProfile ¶
func (*BlockProfile) Name ¶
func (p *BlockProfile) Name() string
func (*BlockProfile) Stop ¶
func (p *BlockProfile) Stop() error
type CPUProfile ¶
func (*CPUProfile) Name ¶
func (p *CPUProfile) Name() string
func (*CPUProfile) Stop ¶
func (p *CPUProfile) Stop() error
type GoroutineProfile ¶
type GoroutineProfile struct{}
func (*GoroutineProfile) Name ¶
func (p *GoroutineProfile) Name() string
func (*GoroutineProfile) Stop ¶
func (p *GoroutineProfile) Stop() error
type MemProfile ¶
type MemProfile struct{}
func (*MemProfile) Name ¶
func (p *MemProfile) Name() string
func (*MemProfile) Stop ¶
func (p *MemProfile) Stop() error
Click to show internal directories.
Click to hide internal directories.