Home
last modified time | relevance | path

Searched defs:StackSet (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dstacks.go30 type StackSet struct { struct
31 Total int64 // Total value of the profile.
32 Scale float64 // Multiplier to generate displayed value
33 Type string // Profile type. E.g., "cpu".
34 Unit string // One of "B", "s", "GCU", or "" (if unknown)
35 Stacks []Stack // List of stored stacks
36 Sources []StackSource // Mapping from source index to info
104 func (s *StackSet) makeInitialStacks(rpt *Report) {
167 func (s *StackSet) fillPlaces() {
180 func (s *StackSet) assignColors() {