Searched refs:handler_time (Results 1 – 3 of 3) sorted by relevance
/scripts/pylib/twister/twisterlib/ |
A D | handlers.py | 136 self.instance.execution_time = handler_time 145 def _final_handle_actions(self, harness, handler_time): argument 153 handler_time 321 self.instance.execution_time = handler_time 376 handler_time = time.time() - start_time 611 self.instance.execution_time = handler_time 833 handler_time = time.time() - start_time 907 handler.instance.execution_time = handler_time 1028 handler_time = time.time() - start_time 1221 handler.instance.execution_time = handler_time [all …]
|
A D | reports.py | 177 handler_time = suite.get('execution_time', 0) 179 duration += float(handler_time) 187 tc_duration = tc.get('execution_time', handler_time) 251 handler_time = ts.get('execution_time', 0) 253 duration += float(handler_time) 269 tc_duration = tc.get('execution_time', handler_time) 280 name, classname, ts_status, ts_status, reason, handler_time, runnable, 339 handler_time = instance.metrics.get('handler_time', 0) 643 handler_time = instance.metrics.get('handler_time', 0) 644 if float(handler_time) > 0:
|
/scripts/tests/twister/ |
A D | test_handlers.py | 140 handler_time = mock.Mock() 142 handler._final_handle_actions(harness, handler_time) 145 assert handler.instance.execution_time == handler_time 151 handler._final_handle_actions(harness, handler_time) 179 handler_time = mock.Mock() 186 handler_time 204 handler_time = mock.Mock() 209 assert handler.instance.execution_time == handler_time 538 handler_time = 59 1214 handler_time = 59 [all …]
|
Completed in 13 milliseconds