Searched refs:call_times (Results 1 – 1 of 1) sorted by relevance
42 def call_times(self): member in _TimeNoter69 call_times = time_noter.call_times()71 self.assertTrue(call_times, msg=_PATHOLOGICAL_SCHEDULING)72 self.assertLessEqual(start_time + _QUANTUM, call_times[0])80 call_times = time_noter.call_times()82 self.assertTrue(call_times, msg=_PATHOLOGICAL_SCHEDULING)83 self.assertLessEqual(start_time + _QUANTUM, call_times[0])92 call_times = time_noter.call_times()94 self.assertFalse(call_times, msg=_PATHOLOGICAL_SCHEDULING)138 call_times = time_noter.call_times()[all …]