profile

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0, MIT, Apache-2.0, + 1 more Imports: 14 Imported by: 1

Documentation

Index

Constants

View Source
const (
	CollectorGoroutinesStack = "goroutines-stack"
	CollectorGoroutinesPprof = "goroutines-pprof"
	CollectorVersion         = "version"
	CollectorHeap            = "heap"
	CollectorAllocs          = "allocs"
	CollectorBin             = "bin"
	CollectorCPU             = "cpu"
	CollectorMutex           = "mutex"
	CollectorBlock           = "block"
	CollectorTrace           = "trace"
)

Variables

This section is empty.

Functions

func WriteAllGoroutineStacks

func WriteAllGoroutineStacks(w io.Writer) error

WriteAllGoroutineStacks writes a stack trace to the given writer. This is distinct from the Go-provided method because it does not truncate after 64 MB.

func WriteProfiles

func WriteProfiles(ctx context.Context, archive *zip.Writer, opts Options) error

Types

type Options

type Options struct {
	Collectors           []string
	ProfileDuration      time.Duration
	MutexProfileFraction int
	BlockProfileRate     time.Duration
}

Jump to

Keyboard shortcuts

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