File path: dist/twist/Core/Helpers/Timer.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
Type: Class
Timer
— Timer to capture the time taken
<?php
//Set the variables for the example
$intStartMicroTime = null;
//Call the function start with the example vars
Twist::Timer() -> start($intStartMicroTime);
Method | Access | Returns |
---|---|---|
__construct | construct | void |
getMicroTime | protected | void |
start | public | void |
stop | public | void |
clear | public | void |
results | public | void |
log | public | void |