Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

feifengxlq/bingo_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

bingo_timer

timer, for calculate execution time

install

todo...

usage

calculate timer

<?php
Bingo_Timer::start('usleep');
usleep(50000);
Bingo_Timer::end('usleep');
?>

tostring

<?php
Bingo_Timer::toString();//echo:799 usleep:50488
?>

get now time

<?php
Bingo_Timer::getNowTime()
?>

About

timer, for calculate execution time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published