1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
2 <style type
="text/css">
5 font
-family
: Monaco
, 'Courier New';
6 background
-color
: #F8FFF8;
10 border
: 1px solid
#E5EFF8;
18 #kohana-profiler .kp-meta
23 border
: 1px solid
#E5EFF8;
29 <div id
="kohana-profiler">
31 foreach ($profiles as $profile)
33 echo $profile->render();
36 <p
class="kp-meta">Profiler executed in
<?php
echo number_format($execution_time, 3) ?
>s
</p
>