$marker
$marker : array
List of all benchmark markers and when they were added
CodeIgniter Benchmark Class
This class enables you to mark points and calculate the time difference between them. Memory consumption can also be displayed.
elapsed_time( $point1 = '', $point2 = '', $decimals = 4) : mixed
Calculates the time difference between two marked points.
If the first parameter is empty this function instead returns the {elapsed_time} pseudo-variable. This permits the full system execution time to be shown in a template. The output class will swap the real value for this variable.
$point1 | ||
$point2 | ||
$decimals |