[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: ms-level timings
- From: Asko Kauppi <asko.kauppi@...>
- Date: Wed, 4 Aug 2004 20:53:22 +0300
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