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.

This is true on Linux and probably on MacOS.
On Windows, it returns the total time the application has been running
(including idle/system time).