Home
last modified time | relevance | path

Searched refs:interval_hours (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Ddiagnosis_utils.py80 if not self.interval_hours or self.interval_hours < 0:
81 logging.error('Bad interval %s', self.interval_hours)
85 hours=self.interval_hours)
88 def __init__(self, interval_hours=0.5): argument
93 self.interval_hours = interval_hours
128 self.debug_output_timer = SimpleTimer(interval_hours=0.5)