Method:
elapsedTime()
Class:
SCRIPTTIME
Method Call:
include_once("core/init/SCRIPTTIME.php");
$timer = new SCRIPTTIME();
STRING $timer->elapsedTime(STRING: $startTime);
Description:
Returns elapsed time since startTime as "sec.msec" (rounded to 5 decimal
places). Uses the PHP core function microtime().
Usage: