lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Title: RE: Off topic: Win32 time function

>   #define CLOCKS_PER_SEC 1000.0
>   #define CLK_TCK        1000.0

These might be deceiving.
The count returned might be in 1000 ticks per second, but
the actual resolution might be way less than that.

--
Vincent Penquerc'h