< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Timers: why system time?


Hi

reSIProcate timer framework uses system time.
If one will change system time on PC it will damage timers processing.

I prefer to use relative time since system start:
Windows: QueryPerformanceCounter( ... )
Others: clock_gettime( CLOCK_MONOTONIC, ... )

Regards
Alexander Altshuler
Xeepe project 
http:xeepe.com