(self)
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected