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
349 B
6 lines
349 B
<div class="yii-debug-toolbar-block"> |
|
<a href="<?= $panel->getUrl() ?>" title="Total request processing time was <?= $time ?>">Time <span class="label"><?= $time ?></span></a> |
|
</div> |
|
<div class="yii-debug-toolbar-block"> |
|
<a href="<?= $panel->getUrl() ?>" title="Peak memory consumption">Memory <span class="label"><?= $memory ?></span></a> |
|
</div>
|
|
|