v1.0.0
English

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) public
stop (string $name) public
getElapsedTime (string $name, int $decimals = 4) public
getTimers (int $decimals = 4) public
has (string $name) public
record (string $name, callable $callable) public
phpDG v1.0.0 Timer.php 662 files 498 classes 763 fn
Generated