$marker
$marker : array
List of all benchmark markers
Benchmark Class
This class enables you to mark points and calculate the time difference between them. Memory consumption can also be displayed.
elapsed_time(string $point1 = '', string $point2 = '', integer $decimals = 4) : string
Elapsed time
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.
string | $point1 | A particular marked point |
string | $point2 | A particular marked point |
integer | $decimals | Number of decimal places |
Calculated elapsed time on success, an '{elapsed_string}' if $point1 is empty or an empty string if $point1 is not found.