added debug code for measuring the timer jitter
This commit is contained in:
parent
403d3820bf
commit
04634e4195
1 changed files with 5 additions and 0 deletions
|
@ -690,6 +690,11 @@ void CServer::OnTimer()
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
|
/*
|
||||||
|
// TEST do a timer jitter measurement
|
||||||
|
static CTimingMeas JitterMeas ( 1000, "test2.dat" );
|
||||||
|
JitterMeas.Measure();
|
||||||
|
*/
|
||||||
|
|
||||||
// Get data from all connected clients -------------------------------------
|
// Get data from all connected clients -------------------------------------
|
||||||
// some inits
|
// some inits
|
||||||
|
|
Loading…
Reference in a new issue