Timer
Zittme\Framework\Timer 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.
소스: common/framework/Timer.php
공개 메서드
static function start(string $name = '')- Start a timer.
static function stop(string $name = '')- Stop a timer and return the elapsed time.
static function stopFormat(string $name = '')- Stop a timer and return the elapsed time in a human-readable format.
static function sinceStartup()- This method returns how much time has elapsed since Zittme startup.
static function sinceStartupFormat()- This method returns how much time has elapsed since startup in a human-readable format.