Documentation ¶
Overview ¶
Package spy contains an interface (Spy) and functionality to register new spies
Index ¶
Constants ¶
View Source
const ( ProfileCPU ProfileType = "cpu" ProfileInuseObjects ProfileType = "inuse_objects" ProfileAllocObjects ProfileType = "alloc_objects" ProfileInuseSpace ProfileType = "inuse_space" ProfileAllocSpace ProfileType = "alloc_space" Go = "gospy" EBPF = "ebpfspy" Python = "pyspy" Ruby = "rbspy" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileType ¶
type ProfileType string
func (ProfileType) AggregationType ¶
func (t ProfileType) AggregationType() metadata.AggregationType
func (ProfileType) IsCumulative ¶
func (t ProfileType) IsCumulative() bool
func (ProfileType) Units ¶
func (t ProfileType) Units() metadata.Units
Click to show internal directories.
Click to hide internal directories.