Lines Matching defs:counter
62 RuntimeCallCounter* counter() { return counter_; }
63 void set_counter(RuntimeCallCounter* counter) { counter_ = counter; }
70 inline void Start(RuntimeCallCounter* counter, RuntimeCallTimer* parent) {
72 counter_ = counter;
580 // If kExact is chosen the counter will be use as given. With kThreadSpecific,
582 // background specific version of the counter will be used instead.
588 // connection to the parent counter for properly calculating the own times.
597 // Set counter id for the innermost measurement. It can be used to refine
598 // event kind when a runtime entry counter is too generic.
621 // on the main thread, this just returns the counter. If on a worker thread,
622 // it returns Background variant of the counter.
653 // Active counter object associated with current timer.