You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
388 B
6 lines
388 B
11 years ago
|
<div class="yii-debug-toolbar-block">
|
||
|
<a href="<?php echo $panel->getUrl(); ?>" title="Total request processing time was <?php echo $time; ?>">Time <span class="label"><?php echo $time; ?></span></a>
|
||
|
</div>
|
||
|
<div class="yii-debug-toolbar-block">
|
||
|
<a href="<?php echo $panel->getUrl(); ?>" title="Peak memory consumption">Memory <span class="label"><?php echo $memory; ?></span></a>
|
||
|
</div>
|