profiling

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PackageProps = packageprops.Props{
	WASMWASI:         packageprops.WASMBlocked,
	WASMJS:           packageprops.WASMBlocked,
	WASMFreestanding: packageprops.WASMBlocked,
}

PackageProps records this package's curated properties (ADR-0080). Seeded by `boxer code analysis golang wasmsurvey props generate`; curate by hand. The same group's `props verify` reconciles it.

View Source
var ProfilingFlags = []cli.Flag{
	&cli.StringFlag{
		Name:        flagNameCpuOutputFile,
		Category:    "profiling",
		DefaultText: "",
		FilePath:    "",
		Usage:       "",
		Required:    false,
		Hidden:      false,
		HasBeenSet:  false,
		Value:       "",
		Action:      cpuProfileFileAction,
	},
	&cli.StringFlag{
		Name:     flagNameHttpListenAddress,
		Category: "profiling",
		Action:   httpServerAddressAction,
	},
}

Functions

func ProfilingHandleExit

func ProfilingHandleExit(context *cli.Context)

Types

This section is empty.

Directories

Path Synopsis
Package pprofarrow converts pprof profiles (profile.proto, as written by runtime/pprof or served by net/http/pprof) into a flat Arrow table designed for SQL exploration — the O1 shape of doc/adr-background-work/pprof-profiles-as-data.md.
Package pprofarrow converts pprof profiles (profile.proto, as written by runtime/pprof or served by net/http/pprof) into a flat Arrow table designed for SQL exploration — the O1 shape of doc/adr-background-work/pprof-profiles-as-data.md.

Jump to

Keyboard shortcuts

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