diff --git a/src/crontab/crawler.php b/src/crontab/crawler.php index 6a82df9..117c4d5 100644 --- a/src/crontab/crawler.php +++ b/src/crontab/crawler.php @@ -1132,6 +1132,7 @@ echo ' update: ' . $db->getDebug()->query->update->total . PHP_EOL; echo ' delete: ' . $db->getDebug()->query->delete->total . PHP_EOL . PHP_EOL; echo '[Memory, Mb]' . PHP_EOL; -echo ' total: ' . $executionMemoryTotal . PHP_EOL . PHP_EOL; +echo ' complete: ' . $executionMemoryTotal . PHP_EOL; +echo ' peak: ' . number_format(memory_get_peak_usage() / 1000000, 3) . PHP_EOL . PHP_EOL; echo '-- completed in ' . $executionTimeTotal . ' seconds --' . PHP_EOL . PHP_EOL; \ No newline at end of file