Searched defs:StackSet (Results 1 – 1 of 1) sorted by relevance
30 type StackSet struct { struct31 Total int64 // Total value of the profile.32 Scale float64 // Multiplier to generate displayed value33 Type string // Profile type. E.g., "cpu".34 Unit string // One of "B", "s", "GCU", or "" (if unknown)35 Stacks []Stack // List of stored stacks36 Sources []StackSource // Mapping from source index to info104 func (s *StackSet) makeInitialStacks(rpt *Report) {167 func (s *StackSet) fillPlaces() {180 func (s *StackSet) assignColors() {