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

Method last

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

Source from the content-addressed store, hash-verified

14
15 @property
16 def last(self):
17 return (time.time() - self.__last) * 1000
18
19 def checkpoint(self, name=''):
20 text = 'Timer - {timer} - {checkpoint} - {last:.2f}ms ({elapsed:.2f}ms elapsed)'.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected