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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 68 CALIBRATION_LOOPS = 20
272 calibration_loops = range(CALIBRATION_LOOPS)
278 for i in calibration_loops:
281 prep_times.append(t / CALIBRATION_LOOPS)
288 # Time the calibration runs (doing CALIBRATION_LOOPS loops of
292 for i in calibration_loops:
295 self.overhead_times.append(t / CALIBRATION_LOOPS
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 68 CALIBRATION_LOOPS = 20
272 calibration_loops = range(CALIBRATION_LOOPS)
278 for i in calibration_loops:
281 prep_times.append(t / CALIBRATION_LOOPS)
288 # Time the calibration runs (doing CALIBRATION_LOOPS loops of
292 for i in calibration_loops:
295 self.overhead_times.append(t / CALIBRATION_LOOPS
  /external/python/cpython3/Tools/pybench/
pybench.py 71 CALIBRATION_LOOPS = 20
281 calibration_loops = range(CALIBRATION_LOOPS)
287 for i in calibration_loops:
290 prep_times.append(t / CALIBRATION_LOOPS)
297 # Time the calibration runs (doing CALIBRATION_LOOPS loops of
301 for i in calibration_loops:
304 self.overhead_times.append(t / CALIBRATION_LOOPS

Completed in 181 milliseconds