> 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).