예제 #1
0
            ?>
</td>
            <td style="width:88%"><?php 
            echo Core::debug_path($value);
            ?>
</td>
        </tr>
            <?php 
        }
        ?>
</table><?php 
    }
    ?>
<table class="profiler">
        <?php 
    $stats = Debug_Profiler::application();
    ?>
        <tr class="final profiler_mark profiler_time">
            <th class="profiler_name" rowspan="2" style="float:none;"><?php 
    echo 'Application Execution (' . $stats['count'] . ')';
    ?>
</th>
            <?php 
    foreach (array('min', 'max', 'average', 'current') as $key) {
        ?>
            <td class="profiler_<?php 
        echo $key;
        ?>
"><?php 
        echo number_format($stats[$key]['time'], 6), ' ', 'seconds';
        ?>