fix: calculated time fix

This commit is contained in:
Martin Ambrus
2017-11-01 20:15:39 +01:00
parent 71cf0d1ff5
commit 396250f393
+1 -1
View File
@@ -268,7 +268,7 @@ include("Templates/links.tpl");
?> <b><?php
echo round(($generator->pageLoadTimeEnd() - $start) * 1000);
echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000);
?></b> ms