class TIME
****
Routines associated with timing.


Flattened version is here



Public


Features
elapsed:FLTD
**** Return time since calling "start". Precision is not guaranteed beyond seconds.
seconds:FLTD
**** Seconds since 00:00:00 UTC, January 1, 1970. Precision is not guaranteed beyond seconds. Built-in.
start
**** Begin timing.


Private

shared time_at_start:FLTD;
shared time_at_start:FLTD;