Searched refs:Counter (Results 1 – 6 of 6) sorted by relevance
42 template <class Counter, int Divisor = 1>49 RaiiTimeTracker(Counter& time) : mTime(time) {} in RaiiTimeTracker()54 Counter& mTime;69 template <class Counter, class Func>70 auto measure(Counter& time, Func&& f) -> decltype(f()) {71 RaiiTimeTracker<Counter> rtt(time);75 template <class Counter, class Func>76 auto measureMs(Counter& time, Func&& f) -> decltype(f()) {77 RaiiTimeTracker<Counter, 1000> rtt(time);
21 Counter = ( variable64 for i in range(len(Counter)):68 print("{} : {}".format(Counter[i], cnt))
178 <application name="Counter-Strike Global Offensive" executable="csgo_linux64">
31 using ::benchmark::Counter;
754 * this flag set are activated. Eg: Accelerometer and Step Counter sensors
436 /* Raw battery state of charge (SOC), based on battery current (CC = Coulomb Counter) */