stopwatch - kouji6309/SingleMVC GitHub Wiki
η΄ιε·θ‘ζιγθ³ζε°εζΌ $_TIME δΈγε―δ»₯η¨ stopwatch_format ζ ΌεΌεθΌΈεΊγ
stopwatch(string $tag = '') : void
- 註θ¨γιθ€δ½Ώη¨εδΈθ¨»θ¨ε°ζη΄―θ¨ζ―ε ©ζ¬‘θ¨»θ¨ιηε·θ‘ζιθ欑ζΈγ
η‘
η΄ιε·θ‘ζι
stopwatch('ιε§');
// ...
sleep(1);
// ...
stopwatch('η΅ζ');
θ¨ιεε‘ηε·θ‘ζι
for ($i = 0; $i < 10; $i++) {
stopwatch('FORθΏ΄ε');
// ...
sleep(1);
// ...
stopwatch('FORθΏ΄ε');
}