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/skia/tools/
PictureBenchmark.h
29
* Draw the provided SkPicture
fRepeats
times while collecting timing data, and log the output
35
fRepeats
= repeats;
40
* drawn
fRepeats
times. Requires the PictureRenderer set by setRenderer to be a
56
int
fRepeats
;
PictureBenchmark.cpp
19
:
fRepeats
(1)
118
// one tile
fRepeats
times, and take the average. As such, it will not respect thea
134
TimerData perTileTimerData(
fRepeats
);
136
for (int i = 0; i <
fRepeats
; ++i) {
168
configName.c_str(), timerTypes,
fRepeats
);
174
TimerData timerData(
fRepeats
);
175
for (int i = 0; i <
fRepeats
; ++i) {
Completed in 768 milliseconds