Benchmark implements Benchmark
Interfaces, Classes and Traits
- Benchmark
Table of Contents
- $end : int
- Store end time.
- $start : int
- Store start time.
- elapsedTime() : float
- Get the elapsed time.
- end() : void
- end time.
- start() : void
- Start time.
Properties
$end
Store end time.
private
int
$end
Tags
$start
Store start time.
private
int
$start
Tags
Methods
elapsedTime()
Get the elapsed time.
public
elapsedTime([(int) $round = null ]) : float
Parameters
- $round : (int) = null
-
round.
Tags
Return values
float —end()
end time.
public
end() : void
Tags
Return values
void —start()
Start time.
public
start() : void