profile

package
v0.0.0-...-e2edb79 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	SampleRateHertz uint64
}

Auxiliary profile metadata

type PayloadType

type PayloadType uint8

Enumeration of low-level payload type that are supported by the pipeline

const (
	Pprof PayloadType = iota
)

type ProfileIR

type ProfileIR struct {
	Type             ProfileType
	DurationNano     int64
	TimeStampNao     int64
	Payload          *bytes.Buffer
	PayloadType      PayloadType
	ValueAggregation interface{}
	Profile          *pprof_proto.Profile
}

Parser IR for profile processing

type ProfileType

type ProfileType struct {
	Type       string
	PeriodType string
	PeriodUnit string
	SampleType []string
	SampleUnit []string
}

Represents the high-level type of a profile

type SampleType

type SampleType struct {
	Key   string
	Sum   int64
	Count int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL