Introducing Profiler
authorPhilipp Holzer <admin@philipp.info>
Sat, 16 Feb 2019 22:11:30 +0000 (23:11 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sat, 16 Feb 2019 22:11:30 +0000 (23:11 +0100)
commit5e6e1a80250a9b03a0689bbda92a6a66140cc669
tree32b7b8b5b812f4b4cad9267020e1be62ca834cff
parent12ff467a9b47d864f9a274218e96f9a5e883da1a
Introducing Profiler
24 files changed:
bin/auth_ejabberd.php
bin/console.php
bin/daemon.php
bin/worker.php
include/api.php
index.php
src/App.php
src/Content/Text/BBCode.php
src/Content/Text/Markdown.php
src/Core/Addon.php
src/Core/Cache.php
src/Core/Console/AutomaticInstallation.php
src/Core/Installer.php
src/Core/Logger.php
src/Core/Renderer.php
src/Core/Theme.php
src/Core/Worker.php
src/Database/DBA.php
src/Factory/ProfilerFactory.php [new file with mode: 0644]
src/Module/Install.php
src/Object/Image.php
src/Util/Network.php
src/Util/Profiler.php [new file with mode: 0644]
tests/DatabaseTest.php