Keep this in kb too
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 29 Apr 2008 15:04:41 +0000 (15:04 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 29 Apr 2008 15:04:41 +0000 (15:04 +0000)
profileinfo.php

index 7841f78..85c6abb 100644 (file)
@@ -296,7 +296,7 @@ foreach ($points as $point) {
 </table>
 
 <p>Total time: <tt><?php printf("%5.02f", $totaltime) ?></tt></p>
-<p>Total memory: <tt><?php printf("%5.02f", $totalmemory) ?></tt></p>
+<p>Total memory: <tt><?php printf("%5.02f", $totalmemory / 1048576 ) ?></tt></p>
 <?php
 
 mysql_free_result($res);