(self)
| 197 | offset: float = attrs.Factory(lambda: _r.uniform(10000, 200000)) |
| 198 | |
| 199 | def start_clock(self) -> None: |
| 200 | pass |
| 201 | |
| 202 | # In cPython 3, on every platform except Windows, perf_counter is |
| 203 | # exactly the same as time.monotonic; and on Windows, it uses |