\Ceo\UtilTimer

Execution timer class.

Can handle multiple timers

Summary

Methods
Properties
Constants
getInstance()
mark()
check()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$timers
N/A

Properties

$timers

$timers : 

Type

Methods

getInstance()

getInstance() : self

Help find static instances loaded via services

Returns

self

mark()

mark(string  $label) 

Mark a timer.

Parameters

string $label

Throws

\Ceo\Util\Exception

if label is set

check()

check(string  $label) : float

Check a timer, returns difference in seconds, or fractions thereof.

Parameters

string $label

Returns

float