| 33 | |
| 34 | public: |
| 35 | static void start_time() { |
| 36 | started_at = std::chrono::high_resolution_clock::now(); |
| 37 | } |
| 38 | |
| 39 | void initial_delay() { std::this_thread::sleep_for(delay * time_tick); } |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected