mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
update debug string names
This commit is contained in:
parent
ea04220de3
commit
dcdc2c50ad
@ -219,9 +219,9 @@ echo 'Manifests deleted: ' . $manifestsDeleted . PHP_EOL;
|
|||||||
echo 'Host page bans removed: ' . $hostPagesBansRemoved . PHP_EOL;
|
echo 'Host page bans removed: ' . $hostPagesBansRemoved . PHP_EOL;
|
||||||
echo 'Host images bans removed: ' . $hostImagesBansRemoved . PHP_EOL;
|
echo 'Host images bans removed: ' . $hostImagesBansRemoved . PHP_EOL;
|
||||||
|
|
||||||
echo 'Requests total: ' . $requestsTotal . PHP_EOL;
|
echo 'HTTP Requests total: ' . $requestsTotal . PHP_EOL;
|
||||||
echo 'Requests total size: ' . $requestSizeTotal . PHP_EOL;
|
echo 'HTTP Requests total size: ' . $requestSizeTotal . PHP_EOL;
|
||||||
echo 'Download total size: ' . $downloadSizeTotal . PHP_EOL;
|
echo 'HTTP Download total size: ' . $downloadSizeTotal . PHP_EOL;
|
||||||
echo 'Requests total time: ' . $requestsTotalTime / 1000000 . PHP_EOL;
|
echo 'HTTP Requests total time: ' . $requestsTotalTime / 1000000 . PHP_EOL;
|
||||||
|
|
||||||
echo 'Total time: ' . microtime(true) - $timeStart . PHP_EOL . PHP_EOL;
|
echo 'Total time: ' . microtime(true) - $timeStart . PHP_EOL . PHP_EOL;
|
@ -760,9 +760,9 @@ echo 'Hosts added: ' . $hostsAdded . PHP_EOL;
|
|||||||
echo 'Hosts pages banned: ' . $hostPagesBanned . PHP_EOL;
|
echo 'Hosts pages banned: ' . $hostPagesBanned . PHP_EOL;
|
||||||
echo 'Hosts images banned: ' . $hostImagesBanned . PHP_EOL;
|
echo 'Hosts images banned: ' . $hostImagesBanned . PHP_EOL;
|
||||||
|
|
||||||
echo 'Requests total: ' . $requestsTotal . PHP_EOL;
|
echo 'HTTP Requests total: ' . $requestsTotal . PHP_EOL;
|
||||||
echo 'Requests total size: ' . $requestSizeTotal . PHP_EOL;
|
echo 'HTTP Requests total size: ' . $requestSizeTotal . PHP_EOL;
|
||||||
echo 'Download total size: ' . $downloadSizeTotal . PHP_EOL;
|
echo 'HTTP Download total size: ' . $downloadSizeTotal . PHP_EOL;
|
||||||
echo 'Requests total time: ' . $requestsTotalTime / 1000000 . PHP_EOL;
|
echo 'HTTP Requests total time: ' . $requestsTotalTime / 1000000 . PHP_EOL;
|
||||||
|
|
||||||
echo 'Total time: ' . microtime(true) - $timeStart . PHP_EOL . PHP_EOL;
|
echo 'Total time: ' . microtime(true) - $timeStart . PHP_EOL . PHP_EOL;
|
||||||
|
Loading…
Reference in New Issue
Block a user