Documentation
¶
Index ¶
Constants ¶
View Source
const ( Cmdline = "cmdline" Profile = "profile" Symbol = "symbol" Trace = "trace" Allocs = "allocs" Block = "block" Goroutine = "goroutine" Heap = "heap" Mutex = "mutex" Threadcreate = "threadcreate" ExtPprof = "pprof" ExtTrace = "trace" ExtTxt = "txt" ExtUnknown = "unknown" )
Variables ¶
Functions ¶
func IsValidType ¶ added in v1.0.15
Types ¶
type FamilyType ¶ added in v1.0.15
type FamilyType string
const ( FamilySampling FamilyType = "sampling" FamilyTrace FamilyType = "trace" FamilySnapshot FamilyType = "snapshot" FamilyMeta FamilyType = "meta" )
func Family ¶ added in v1.0.15
func Family(name string) FamilyType
Click to show internal directories.
Click to hide internal directories.