# Functions
Merge merges all the profiles in profs into a single Profile.
Parse parses a profile and checks for its validity.
ParseTracebacks parses a set of tracebacks and returns a newly populated profile.
# Variables
No description provided by the author
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.