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 ¶
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. |
Click to show internal directories.
Click to hide internal directories.