OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interval_hours
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
diagnosis_utils.py
106
if not self.
interval_hours
or self.
interval_hours
< 0:
107
logging.error('Bad interval %s', self.
interval_hours
)
111
hours=self.
interval_hours
)
114
def __init__(self,
interval_hours
=0.5):
117
@param
interval_hours
: Interval of the deadline.
119
self.
interval_hours
=
interval_hours
154
self.debug_output_timer = SimpleTimer(
interval_hours
=0.5)
run_suite_unittest.py
639
interval_hours
= 0.0001
640
t = diagnosis_utils.SimpleTimer(
interval_hours
=
interval_hours
)
643
t.
interval_hours
==
interval_hours
)
645
datetime_base.timedelta(hours=
interval_hours
))
646
time.sleep(
interval_hours
* 3600)
653
t = diagnosis_utils.SimpleTimer(
interval_hours
=-1)
Completed in 116 milliseconds