/bingo_timer

timer, for calculate execution time

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()
?>