Searched refs:modulo_time (Results 1 – 3 of 3) sorted by relevance
110 def modulo_time(self, timer, interval): member in longevity_Tracker465 offset = self.modulo_time(metric_elapsed_prev_time, METRIC_INTERVAL)486 offset = self.modulo_time(metric_elapsed_time, METRIC_INTERVAL)
282 offset = enterprise_longevity_helper.modulo_time(302 offset = enterprise_longevity_helper.modulo_time(
130 def modulo_time(timer, interval): function