How much time does the script run
Example: How to calculate time which is needed for the script to be executes on Logic Machine 2
Script
- local ts, tus = os.microtime()
- -- your script goes here
- log(os.udifftime(ts, tus))
- local ts, tus = os.microtime()
- -- your script goes here
- log(os.udifftime(ts, tus))