nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.76k stars 218 forks source link

typo #489

Closed janbarasek closed 3 years ago

janbarasek commented 3 years ago

Property $time is always float. Testing code:

dump([
    $_SERVER['REQUEST_TIME_FLOAT'],
    microtime(true),
    \Tracy\Debugger::$time,
    't'
]);

Screenshot from 2021-06-02 15-46-50

Thanks.