| 133 | } |
| 134 | |
| 135 | void ThreadQueue::stop_online(Player& P, const TimerWithComm& prep_time) |
| 136 | { |
| 137 | online_timer.stop(P.total_comm()); |
| 138 | online_prep_timer += prep_time; |
| 139 | |
| 140 | if (debug) |
| 141 | fprintf(stderr, "stop online thread %lx timer at %f\n", long(this), |
| 142 | timer.elapsed()); |
| 143 | } |
no test coverage detected