Class Call:
include_once("core/init/SCRIPTTIME.php");
$timer = new SCRIPTTIME();
Description:
Handles microtiming of script. Usually initialized in index.php and finalized in
CLOSE, it can also be usefully used for benchmarking purposes.
Methods must be called via a new object which initializes the SCRIPTTIME's
$timer->start variable which, when used to time the whole script, is the global
$WIKINDX_START_TIME variable.
Methods:
elapsedTime()