summary.php 349 Bytes
Newer Older
1
<div class="yii-debug-toolbar-block">
Qiang Xue committed
2
	<a href="<?= $panel->getUrl() ?>" title="Total request processing time was <?= $time ?>">Time <span class="label"><?= $time ?></span></a>
3 4
</div>
<div class="yii-debug-toolbar-block">
Qiang Xue committed
5 6
	<a href="<?= $panel->getUrl() ?>" title="Peak memory consumption">Memory <span class="label"><?= $memory ?></span></a>
</div>