package
Version:
v0.0.0-...-9a57a4e
Opens a new window with list of versions in this module.
Published: May 29, 2019
License: BSD-3-Clause, MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Profile struct {
SampleNames []string
Samples []*Sample
}
Profile represents a parsed pprof profile.
NewProfile returns a new profile with the specified sample names.
Sample represents the sample count for a specific call stack.
NewSample returns a new sample with a copy of the counts.
Add combines counts with the existing counts for this sample.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.