Hi,
I am trying to measure how much processing time certain functions take.
--------
StartTime = Sys_Milliseconds();
for(loops more than 20 times) {
FuncX(Var0);
}
EndTime = Sys_Milliseconds() - StartTime;
---------
EndTime gets a zero value many times.
How can this be correct?
Is there a higher precision time built-in function inside ioquake3?
Cheers
_______________________________________________
ioquake3 mailing list
[email protected]
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.