package
0.0.0-20250208200701-d0013a598941
Repository: https://github.com/google/pprof.git
Documentation: pkg.go.dev

# Functions

CompatibilizeSampleTypes makes profiles compatible to be compared/merged.
Merge merges all the profiles in profs into a single Profile.
Parse parses a profile and checks for its validity.
ParseData parses a profile from a buffer and checks for its validity.
ParseProcMaps parses a memory map in the format of /proc/self/maps.
ParseUncompressed parses an uncompressed protobuf into a profile.

# Structs

Function corresponds to Profile.Function.
Line corresponds to Profile.Line.
Location corresponds to Profile.Location.
Mapping corresponds to Profile.Mapping.
Profile is an in-memory representation of profile.proto.
Sample corresponds to Profile.Sample.
ValueType corresponds to Profile.ValueType.

# Type aliases

TagMatch selects tags for filtering.