Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dpybench.py374 total_time = reduce(operator.add, self.times, 0.0)
375 avg_time = total_time / float(runs)
376 operation_avg = total_time / float(runs
383 return min_time, avg_time, total_time, operation_avg, min_overhead
581 total_time = reduce(operator.add, self.roundtimes, 0.0)
582 avg_time = total_time / float(runs)
615 total_time,
667 total_time,
/device/google/marlin/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp244 uint32_t total_time = 0; in decoder_test() local
496 total_time += diff; in decoder_test()
498 __func__, diff, i+1, total_time, total_time/(i+1)); in decoder_test()
510 … __func__, p_args->back_to_back_count, total_time, total_time/p_args->back_to_back_count); in decoder_test()