=============== idAsyncServer::GetAsyncStatsAvgMsg =============== */
| 2642 | =============== |
| 2643 | */ |
| 2644 | void idAsyncServer::GetAsyncStatsAvgMsg( idStr &msg ) { |
| 2645 | sprintf( msg, "avrg out: %d B/s - max %d B/s ( over %d ms )", stats_average_sum / stats_numsamples, stats_max, idAsyncNetwork::serverSnapshotDelay.GetInteger() * stats_numsamples ); |
| 2646 | } |
| 2647 | |
| 2648 | /* |
| 2649 | =============== |
no test coverage detected