perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 342 forks source link

Refactor: Move StorageProviders to own classes #410

Closed glensc closed 3 years ago

glensc commented 3 years ago

Also makes application run very strigh forward (now and after slim upgrade):

$app = new Application();
$app->run();