lua-users home
lua-l archive

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


I've been using gettimeofday to return microsecond resolution in os.time. This 
makes it return a float which causes errors in the test suite. Actually, just 
the final message that prints the total time using "%d". And the assumption 
that a time value can round-trip through os.date because I have to round to 
the nearest second.

-- 
tom <telliamed@whoopdedo.org>