Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationLine ¶ added in v0.12.0
type Meta ¶ added in v0.12.0
type Meta struct { Name string PeriodType ValueType SampleType ValueType Timestamp int64 Duration int64 Period int64 }
func MetaFromPprof ¶ added in v0.8.0
func MetaFromPprof(p *pprofproto.Profile, name string, sampleIndex int) Meta
type NormalizedProfile ¶ added in v0.12.0
type NormalizedProfile struct { Samples []*NormalizedSample Meta Meta }
type NormalizedSample ¶ added in v0.12.0
type Profile ¶ added in v0.9.0
type Profile struct { Samples []*SymbolizedSample Meta Meta }
type SymbolizedSample ¶ added in v0.12.0
Click to show internal directories.
Click to hide internal directories.