(self)
| 21 | |
| 22 | @property |
| 23 | def current_time(self) -> float: |
| 24 | get_accelerator().synchronize() |
| 25 | return time.time() |
| 26 | |
| 27 | def start(self): |
| 28 | """Firstly synchronize cuda, reset the clock and then start the timer.""" |
nothing calls this directly
no test coverage detected