lua-users home
lua-l archive

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


os.clock() returns the processor time your application ran.
os.date() returns the universal date.

so os.clock is always smaller or best equal to os.date.

so in your case your application just ran in 85/154=55% of time. 45%
of cpu time took some other applications.