Sets a timer. |
|
Syntax |
tic() |
Example |
Syntax |
|
tic(); sleep(10); r = toc(); print('r = ', r); |
Comments |
The 'tic' function initializes and starts an internal timer until 'toc' is called. The standard calling sequence is: tic(); instructions; r=toc(); |
See Also: |