stopwatch - kouji6309/SingleMVC GitHub Wiki

θͺͺ明

η΄€ιŒ„εŸ·θ‘Œζ™‚ι–“γ€‚θ³‡ζ–™ε°‡ε­˜ζ–Ό $_TIME 中。可δ»₯用 stopwatch_format ζ ΌεΌεŒ–θΌΈε‡Ίγ€‚


εŽŸεž‹

stopwatch(string $tag = '') : void

參數

  • tag
    θ¨»θ¨˜γ€‚ι‡θ€‡δ½Ώη”¨εŒδΈ€θ¨»θ¨˜ε°‡ζœƒη΄―θ¨ˆζ―ε…©ζ¬‘θ¨»θ¨˜ι–“ηš„εŸ·θ‘Œζ™‚ι–“θˆ‡ζ¬‘ζ•Έγ€‚

ε›žζ‡‰

η„‘


應用

η΄€ιŒ„εŸ·θ‘Œζ™‚ι–“

stopwatch('開始');
// ...
sleep(1);
// ...
stopwatch('硐束');

θ¨˜ιŒ„ε€ε‘Šηš„εŸ·θ‘Œζ™‚ι–“

for ($i = 0; $i < 10; $i++) {
    stopwatch('FOR迴圈');
    // ...
    sleep(1);
    // ...
    stopwatch('FOR迴圈');
}
⚠️ **GitHub.com Fallback** ⚠️