Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeCPUNanos = "go:profile_cpu:nanoseconds" TypeHeapInuseSpace = "go:profile_heap:inuse_space" TypeHeapAllocSpace = "go:profile_heap:alloc_space" )
Variables ¶
This section is empty.
Functions ¶
func HashFrames ¶
Types ¶
type Decoder ¶
type Decoder interface {
Decode(ctx IngestContext, payload []byte) ([]Decoded, error)
}
type IngestContext ¶
type PprofDecoder ¶
type PprofDecoder struct{}
func (PprofDecoder) Decode ¶
func (PprofDecoder) Decode(ctx IngestContext, payload []byte) ([]Decoded, error)
Click to show internal directories.
Click to hide internal directories.