Home
last modified time | relevance | path

Searched refs:fLoops (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/VisualBench/
DTimingStateMachine.cpp21 , 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()
DTimingStateMachine.h51 int loops() const { return fLoops; } in loops()
64 int fLoops; variable