Called by each thread
| 30 | |
| 31 | // Called by each thread |
| 32 | void SetIterationTime(double seconds) { manual_time_used_ += seconds; } |
| 33 | |
| 34 | bool running() const { return running_; } |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected