]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/gforge/templates/debug.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / gforge / templates / debug.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?php global $RUNTIMER; ?>
5 <table width="100%" border="0" cellpadding="0" cellspacing="0">
6 <tr><td>
7 <span class="debug"><?= fmt("Page Execution took %s seconds", $RUNTIMER->getStats()) ?>
8 <?php $mem = @getMemoryUsage(); if ($mem) { ?>
9   <?= fmt(", Memory: %s", $mem) ?>
10 <?php } ?>
11 </span>
12 </td></tr></table>
13 <br clear="all" class="clear-floats" />