root/trunk/tests/opsys.md

Revision 188, 138 bytes (checked in by JarrettBillingsley, 1 year ago)

Here we go!

Line 
1 module tests.opsys;
2
3 os.microTime();
4 local p = os.PerfCounter();
5 p.start();
6 p.stop();
7 p.seconds();
8 p.millisecs();
9 p.microsecs();
Note: See TracBrowser for help on using the browser.