Timer.php
system/Debug/Timer.php
1 class
6 methods
class Timer
Class Timer Provides a simple way to measure the amount of time that elapses between two points.
start
(string $name, ?float $time = null)
stop
(string $name)
getElapsedTime
(string $name, int $decimals = 4)
getTimers
(int $decimals = 4)
has
(string $name)
record
(string $name, callable $callable)