Commit e4dd63c
Debugger::timer: switch from microtime to hrtime
hrtime is faster on virtual machines, due microtime use system call that need to change context from user to kernel (PHP7.3+)1 parent 7c4c59e commit e4dd63c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| |||
0 commit comments