for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fyuze\Debug\Collectors;
class Performance implements Collector
{
/**
* @return string
*/
public function tab()
return ['title' => sprintf('%Gms', round(microtime(true) - APP_START, 6))];
return array('title' => ...lectors\APP_START, 6)))
array<string,string>
string
Fyuze\Debug\Collectors\APP_START
}