Searched defs:StackCounter (Results 1 – 3 of 3) sorted by relevance
20 type StackCounter struct { struct21 name string22 depth int23 file *file25 mu sync.Mutex28 stacks []stack43 func (c *StackCounter) Inc() {150 func (c *StackCounter) Names() []string {162 func (c *StackCounter) Counters() []*Counter {187 func ReadStack(c *StackCounter) (map[string]uint64, error) {
56 func ReadStackCounter(c *counter.StackCounter) (stackCounts map[string]uint64, _ error) {
71 type StackCounter = counter.StackCounter talias