MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / _start_timers

Method _start_timers

deepspeed/runtime/engine.py:3360–3362  ·  view source on GitHub ↗
(self, timer_names)

Source from the content-addressed store, hash-verified

3358 see_memory_usage("Engine after step", force=self.memory_breakdown())
3359
3360 def _start_timers(self, timer_names):
3361 for name in timer_names:
3362 self.timers(name).start()
3363
3364 def _stop_timers(self, timer_names):
3365 record = self.is_gradient_accumulation_boundary() and \

Callers 4

_forward_prologueMethod · 0.95
_backward_prologueMethod · 0.95
_backward_epilogueMethod · 0.95
stepMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected