Searched refs:performLoops (Results 1 – 1 of 1) sorted by relevance
414 … 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