Keep this in kb too
[lhc/web/wiklou.git] / 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);