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

Method elapsed

utils/stopwatch.py:64–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62
63 @property
64 def elapsed(self):
65 # :return: time as ms
66 return (Stopwatch._tfunc() - self.start) * 1000
67
68 @property
69 def last(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected