Home
last modified time | relevance | path

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

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java414 … double timePerIter = performLoops(testFunction, calibration_iter)/1000./calibration_iter; in run()
429 t = performLoops(testFunction, iterationCount); in run()
639 t = performLoops(fn, iter); in getIteration()
648 private long performLoops(Function function, long loops) throws InterruptedException { in performLoops() method in PerfTest