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

  /external/chromium-trace/catapult/catapult_build/perfbot_stats/
chrome_perf_step_timings.py 122 threshold_time = datetime.datetime.now() - datetime.timedelta(days=2)
150 if last_step_time < threshold_time:
  /external/autotest/scheduler/
monitor_db.py 387 threshold_time = time.time() - self._seconds_between_garbage_stats
388 if threshold_time < self._last_garbage_stats_time:
    [all...]

Completed in 138 milliseconds