Searched refs:totalRuntime (Results 1 – 3 of 3) sorted by relevance
57 protected double totalRuntime = 0.0; field in OvicBenchmarker70 totalRuntime = 0.0; in OvicBenchmarker()76 return totalRuntime; in getTotalRunTime()81 if (totalRuntime >= wallTime) { in shouldStop()85 + Double.toString(totalRuntime) in shouldStop()
101 totalRuntime += ((double) detector.result.latency); in processBuffer()
100 totalRuntime += ((double) iterResult.latency); in processBitmap()