Documentation

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
since
1.0.0

$start

Store start time.

private int $start
Tags
since
1.0.0

Methods

elapsedTime()

Get the elapsed time.

public elapsedTime([(int) $round = null ]) : float
Parameters
$round : (int) = null

round.

Tags
since
1.0.0
Return values
float

end()

end time.

public end() : void
Tags
since
1.0.0
Return values
void

start()

Start time.

public start() : void
Tags
since
1.0.0
Return values
void

Search results