Internal fork of https://github.com/felixge/pprofutils stripped to only include
essential code and tests. It's used for delta profiles as well as testing.
It'd be nice to keep this in sync with upstream, but no worries if not. We just
need the delta profile stuff to work.
type Protobuf struct {
// SampleTypes causes the text output to begin with a header line listing// the sample types found in the profile. This is a custom extension to the// folded text format.
SampleTypes bool
}
Protobuf converts from pprof's protobuf to folded text format.