Versions in this module Expand all Collapse all v1 v1.23.0 Aug 14, 2024 Changes in this version + func IsSerialized(r *bufio.Reader) (bool, error) + func WeightInPercentage(value int64, total int64) float64 + type NamedCallEdge struct + CallSiteOffset int + CalleeName string + CallerName string + type NamedEdgeMap struct + ByWeight []NamedCallEdge + Weight map[NamedCallEdge]int64 + type Profile struct + NamedEdgeMap NamedEdgeMap + TotalWeight int64 + func FromPProf(r io.Reader) (*Profile, error) + func FromSerialized(r io.Reader) (*Profile, error) + func (d *Profile) WriteTo(w io.Writer) (int64, error)