Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java44 private static final int CALIBRATION_RUNS = 100; field in TimedStatement
113 LongStatsCollector stats = new LongStatsCollector(CALIBRATION_RUNS); in doCalibration()
114 for (int i = 0; i < CALIBRATION_RUNS; i++) { in doCalibration()