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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 331 eff_time = t - min_overhead
332 if eff_time < 0:
334 self.last_timing = (eff_time, t, min_overhead)
335 self.times.append(eff_time)
545 (eff_time, abs_time, min_overhead) = test.last_timing
546 total_eff_time = total_eff_time + eff_time
549 (eff_time * MILLI_SECONDS,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 331 eff_time = t - min_overhead
332 if eff_time < 0:
334 self.last_timing = (eff_time, t, min_overhead)
335 self.times.append(eff_time)
545 (eff_time, abs_time, min_overhead) = test.last_timing
546 total_eff_time = total_eff_time + eff_time
549 (eff_time * MILLI_SECONDS,
  /external/python/cpython3/Tools/pybench/
pybench.py 340 eff_time = t - min_overhead
341 if eff_time < 0:
343 self.last_timing = (eff_time, t, min_overhead)
344 self.times.append(eff_time)
551 (eff_time, abs_time, min_overhead) = test.last_timing
552 total_eff_time = total_eff_time + eff_time
555 (eff_time * MILLI_SECONDS,

Completed in 97 milliseconds