package
2.3.10+incompatible
Repository: https://github.com/stackimpact/stackimpact-go.git
Documentation: pkg.go.dev

# Functions

Parse parses a profile and checks for its validity.
ParseTracebacks parses a set of tracebacks and returns a newly populated profile.

# Variables

LegacyHeapAllocated instructs the heapz parsers to use the allocated memory stats instead of the default in-use memory.

# Structs

Function corresponds to Profile.Function.
Label corresponds to Profile.Label.
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

Demangler maps symbol names to a human-readable form.
TagMatch selects tags for filtering.