0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
fusionforge
/
templates
/
[
Home
]
File: debug.tmpl
<?php // -*-php-*- // rcs_id('$Id: debug.tmpl 7589 2010-07-02 07:31:33Z vargenau $'); ?> <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats()) ?> <?php $mem = @getMemoryUsage(); if ($mem) { ?> <?php echo fmt(", Memory: %s", $mem) ?> <?php } ?> </span> </td></tr></table> <br class="clear-floats" />