TOC PREV NEXT INDEX

$timer_start and $timer_get

Synopsis

$timer_start
$timer_get

Description

These commands implement simple timing operations. Use timer_start to begin timing, and use timer_get to print out the number of seconds that have elapsed since the last timer_start command.

Examples

You can test your typing speed with this sequence:

OM(Root) -> $timer_start
OM(Root) -> $timer_get
2.210059 seconds


TOC PREV NEXT INDEX