Oxygen Basic

Programming => Example Code => Data Processing => Topic started by: Charles Pegge on June 30, 2012, 04:21:52 PM

Title: RateCounter (Rosetta)
Post by: Charles Pegge on June 30, 2012, 04:21:52 PM
Measurement of time to perform a task or several tasks.

 This example uses the OS performance counter for high precision time measurement, and the system time to record the date & time in 2 formats.

http://rosettacode.org/wiki/Rate_counter#OxygenBasic

Charles