Function clock_end
Stops a clock that was previously set. Returns 0 if the clock has not been started.
Located at
app/Kernel/Helpers/support_functions.php
string |
$key = 'main' |
The clock you want to stop. |
float
|
The time the clock stops; format: seconds.microseconds. |