OpenWGA 7.10 - TMLScript reference
ConsoleMethod :
timeEnd(timerName)
On object | Console |
Usage | Stops a timer created by time() and logs the elapsed time |
Description |
Use this method after the operation whose time of running should be determined. It puts out a log message: <timerName> endtime <milliseconds> ms |
Parameters |
timerName (String): Name of the timer to stop. Use the same timer name you used on the corresponding time() call |
Allowed in script types |
|