lua-users home
lua-l archive

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



Is there currently a nice, standard way of doing sub-second timings with Lua?

I think not. 'os.clock()' gives CPU time, not real one. 'os.time()' gives 1sec granularity, which is ..well.. often not so good.

-ak