Searched refs:counter_ (Results 1 – 2 of 2) sorted by relevance
80 if (!enabled_.load()) counter_ = new GuardedTimer[ResourceTimer::counterSize]; in enable()95 ScopedTimer t(counter_[toIndex(api_)]); in record()101 ScopedTimer t(counter_[counter]); in copy()113 ScopedTimer t(counter_[i]); in reset()265 std::atomic<ResourceTimer::GuardedTimer *> ResourceTimer::counter_(nullptr);
216 static std::atomic<GuardedTimer *> counter_; variable