MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / end

Method end

python/paddle/profiler/timer.py:415–417  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

413 hook.after_step(self)
414
415 def end(self):
416 for hook in self.hooks.values():
417 hook.end(self)
418
419 def check_if_need_record(self, reader):
420 if self.current_event is None:

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected