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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 608 total_avg_time = 0.0
619 total_avg_time = total_avg_time + avg_time
630 total_avg_time * MILLI_SECONDS,
658 total_avg_time = other_total_avg_time = 0.0
671 total_avg_time = total_avg_time + avg_time
731 ((total_avg_time * self.warp) /
741 total_avg_time * MILLI_SECONDS,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 608 total_avg_time = 0.0
619 total_avg_time = total_avg_time + avg_time
630 total_avg_time * MILLI_SECONDS,
658 total_avg_time = other_total_avg_time = 0.0
671 total_avg_time = total_avg_time + avg_time
731 ((total_avg_time * self.warp) /
741 total_avg_time * MILLI_SECONDS,
  /external/python/cpython3/Tools/pybench/
pybench.py 613 total_avg_time = 0.0
624 total_avg_time = total_avg_time + avg_time
635 total_avg_time * MILLI_SECONDS,
662 total_avg_time = other_total_avg_time = 0.0
675 total_avg_time = total_avg_time + avg_time
735 ((total_avg_time * self.warp) /
745 total_avg_time * MILLI_SECONDS,

Completed in 77 milliseconds