lua-users home
lua-l archive

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


On Fri, Nov 13, 2009 at 3:02 PM, Andreas Krinke <andreas.krinke@gmx.de> wrote:
> os.clock() uses clock() from time.h which returns used processor time,
> not time since Lua started.

D:\downloads>lua -e "print(os.clock())"
0

?