profile

package
v0.23.2 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function struct {
	Name      string
	Filename  string
	StartLine int
}

type Line

type Line struct {
	Function
	Line int
}

type PID

type PID uint32

type ProcessRawData

type ProcessRawData struct {
	PID        PID
	RawSamples []RawSample
}

type RawData

type RawData []ProcessRawData

type RawSample

type RawSample struct {
	TID         PID
	UserStack   []uint64
	KernelStack []uint64
	Value       uint64
}

type Writer

type Writer interface {
	Write(io.Writer) error
	WriteUncompressed(io.Writer) error
}

Jump to

Keyboard shortcuts

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