OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_last_garbage_stats_time
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/
monitor_db.py
322
self.
_last_garbage_stats_time
= time.time()
437
if threshold_time < self.
_last_garbage_stats_time
:
441
self.
_last_garbage_stats_time
= time.time()
[
all
...]
monitor_db_unittest.py
430
self._dispatcher.
_last_garbage_stats_time
= 0
[
all
...]
Completed in 193 milliseconds