OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRepeats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
PictureBenchmark.h
28
* Draw the provided SkPicture
fRepeats
times while collecting timing data, and log the output
34
fRepeats
= repeats;
39
* drawn
fRepeats
times. Requires the PictureRenderer set by setRenderer to be a
61
int
fRepeats
;
PictureBenchmark.cpp
18
:
fRepeats
(1)
107
int numInnerLoops =
fRepeats
;
109
if (TimerData::kPerIter_Result == fTimerResult &&
fRepeats
> 1) {
110
// interpret this flag combination to mean: generate '
fRepeats
'
112
numOuterLoops =
fRepeats
;
131
// one tile
fRepeats
times, and take the average. As such, it will not respect the
Completed in 35 milliseconds