comment about clock

This commit is contained in:
gabime 2015-01-29 00:47:09 +02:00
parent 0d7570c745
commit dae66133c6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#endif
// under linux, use the much faster CLOCK_REALTIME_COARSE clock.
// this clock is less accurate - accuracy upto ~1ms under i386 and x86_64.
// this clock is less accurate - can be off by few millis - depending on the kernel HZ
// comment to use the regular (and slower) clock
#ifdef __linux__