mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Remove unnecessary calls to getMicroTime()
This commit is contained in:
parent
83d86b8e6c
commit
db87085967
9 changed files with 21 additions and 22 deletions
|
|
@ -142,7 +142,7 @@ class DisplayHandler extends Handler
|
|||
return;
|
||||
}
|
||||
|
||||
$end = getMicroTime();
|
||||
$end = microtime(true);
|
||||
|
||||
// Firebug console output
|
||||
if(__DEBUG_OUTPUT__ == 2 && version_compare(PHP_VERSION, '6.0.0') === -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue