7 <p>Total processing time: <b><?php echo $time; ?></b>; Peak memory: <b><?php echo $memory; ?></b>.</p>
9 <table
class=
"table table-condensed table-bordered table-striped table-hover table-filtered" style=
"table-layout:fixed">
12 <th style=
"width:80px">Time</th>
13 <th style=
"width:220px">Category</th>
18 <?php
foreach ($items as $item): ?>
20 <td style=
"width:80px"><?php echo $item[
'time']; ?></td>
21 <td style=
"width:220px"><?php echo CHtml::encode($item[
'category']); ?></td>
22 <td><?php echo str_repeat(
'<span class="indent">→</span>', $item[
'indent']) . CHtml::encode($item[
'procedure']); ?></td>