Registry / observability / google-pprof

google-pprof

JSON →
library0.0.0-20260604005048-7023385849c0gogounverified

pprof is a tool for collection, manipulation and visualization of performance profiles.

go get github.com/google/pprof
INSTALL
IMPORT
SIG · GOOGLE-PPROF
G
google-pprof
observabilitygov0.0.0-20260604005048-7023385849c0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pprof
github.com/google/pprof

Parses a pprof profile from data.

import "github.com/google/pprof/profile" func main() { p, err := profile.ParseData([]byte{}) if err != nil { panic(err) } fmt.Println(p) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260604005048-7023385849c0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources
google-pprof — go get google-pprof · libregistry