Home | History | Annotate | Download | only in metrics

Lines Matching refs:counter

22 // a hash table lookup to find the counter in the table.  A StatsCounter
32 // the counter object requires a hash table lookup. For inner loops, it
33 // may be better to create the counter either as a member of another object
36 // Internally, a counter represents a value in a row of a StatsTable.
50 base::StatsCounter counter(name); \
51 counter.Add(delta); \
77 // StatsCounter represents a counter in the StatsTable class.
84 // Sets the counter to a specific value.
87 // Increments the counter.
94 // Decrements the counter.
103 // Is this counter enabled?
118 // Returns the cached address of this counter location.
122 // The counter id in the table. We initialize to -1 (an invalid value)