HomeSort by relevance Sort by last modified time
    Searched refs:operation_avg (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 376 operation_avg = total_time / float(runs
383 return min_time, avg_time, total_time, operation_avg, min_overhead
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 376 operation_avg = total_time / float(runs
383 return min_time, avg_time, total_time, operation_avg, min_overhead
  /external/python/cpython3/Tools/pybench/
pybench.py 385 operation_avg = total_time / float(runs
392 return min_time, avg_time, total_time, operation_avg, min_overhead

Completed in 218 milliseconds