package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

FromPProf parses Profile from a pprof profile.
FromSerialized parses a profile from serialization output of Profile.WriteTo.
IsSerialized returns true if r is a serialized Profile.
WeightInPercentage converts profile weights to a percentage.

# Structs

NamedCallEdge identifies a call edge by linker symbol names and call site offset.
NamedEdgeMap contains all unique call edges in the profile and their edge weight.
Profile contains the processed data from the PGO profile.