Пример #1
0
</table><table class="profiler"><tr class="profiler_group">
            <th colspan="3" class="profiler_name" style="float:none;"><?php 
        echo 'Included Files (' . count($filelist) . ')';
        ?>
</th>
        </tr>
            <?php 
        foreach ($filelist as $i => $value) {
            ?>
        <tr class="final profiler_mark profiler_memory">
            <td class="profiler_average" style="width:4%;text-align:center;"><?php 
            echo $i + 1;
            ?>
</td>
            <td style="width:8%"><?php 
            echo Debug_Profiler::bytes(filesize($value));
            ?>
</td>
            <td style="width:88%"><?php 
            echo Core::debug_path($value);
            ?>
</td>
        </tr>
            <?php 
        }
        ?>
</table><?php 
    }
    ?>
<table class="profiler">
        <?php