Searched refs:fLoops (Results 1 – 2 of 2) sorted by relevance
21 , fLoops(1) in TimingStateMachine()43 if (1 << 30 == fLoops) { in nextFrame()46 fLoops = 1; in nextFrame()50 fLoops *= 2; in nextFrame()63 fLastMeasurement = (now - fStartTime) / (FLAGS_frames * fLoops); in nextFrame()84 fLoops = 1; in nextBenchmark()
51 int loops() const { return fLoops; } in loops()64 int fLoops; variable