MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / elapsed

Method elapsed

utils/timer.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11 @property
12 def elapsed(self):
13 return (time.time() - self.start) * 1000
14
15 @property
16 def last(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected