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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 163 def __call__(self, start_time, min_duration, end_event, do_yield=False):
182 if duration >= min_duration:
  /external/python/cpython2/Tools/ccbench/
ccbench.py 163 def __call__(self, start_time, min_duration, end_event, do_yield=False):
182 if duration >= min_duration:
  /external/python/cpython3/Tools/ccbench/
ccbench.py 161 def __call__(self, start_time, min_duration, end_event, do_yield=False):
180 if duration >= min_duration:

Completed in 4753 milliseconds