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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 679 other_min_time = 0.0
683 (other_min_time,
688 other_total_min_time = other_total_min_time + other_min_time
694 (other_min_time * other.warp) - 1.0)
712 other_min_time * MILLI_SECONDS * compare_to.warp / self.warp,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 679 other_min_time = 0.0
683 (other_min_time,
688 other_total_min_time = other_total_min_time + other_min_time
694 (other_min_time * other.warp) - 1.0)
712 other_min_time * MILLI_SECONDS * compare_to.warp / self.warp,
  /external/python/cpython3/Tools/pybench/
pybench.py 683 other_min_time = 0.0
687 (other_min_time,
692 other_total_min_time = other_total_min_time + other_min_time
698 (other_min_time * other.warp) - 1.0)
716 other_min_time * MILLI_SECONDS * compare_to.warp / self.warp,

Completed in 245 milliseconds