HomeSort by relevance Sort by last modified time
    Searched refs:other_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 680 other_avg_time = 0.0
684 other_avg_time,
689 other_total_avg_time = other_total_avg_time + other_avg_time
696 (other_avg_time * other.warp) - 1.0)
715 other_avg_time * MILLI_SECONDS * compare_to.warp / self.warp,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 680 other_avg_time = 0.0
684 other_avg_time,
689 other_total_avg_time = other_total_avg_time + other_avg_time
696 (other_avg_time * other.warp) - 1.0)
715 other_avg_time * MILLI_SECONDS * compare_to.warp / self.warp,
  /external/python/cpython3/Tools/pybench/
pybench.py 684 other_avg_time = 0.0
688 other_avg_time,
693 other_total_avg_time = other_total_avg_time + other_avg_time
700 (other_avg_time * other.warp) - 1.0)
719 other_avg_time * MILLI_SECONDS * compare_to.warp / self.warp,

Completed in 102 milliseconds