MCPcopy
hub / github.com/babysor/MockingBird / reset_timer

Method reset_timer

utils/profiler.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.logs[name].clear()
30
31 def reset_timer(self):
32 self.last_tick = timer()
33
34 def summarize(self):
35 n = max(map(len, self.logs.values()))

Callers 1

tickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected