/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element/timer_panel.php (3211B)
Memory
Peak Memory Use:
= $this->Number->toReadableSize($peakMemory) ?>
| Message |
Memory Use |
$value) : ?>
| = h($key) ?> |
= $this->Number->toReadableSize($value) ?> |
Timers
Total Request Time:
= $this->Number->precision($requestTime * 1000, 0) ?> ms
| Event |
Time in ms |
Timeline |
$timeInfo) :
$indent = 0;
for ($j = 0; $j < $i; $j++) :
if (($values[$j]['end'] > $timeInfo['start']) && ($values[$j]['end']) > $timeInfo['end']) :
$indent++;
endif;
endfor;
$indent = str_repeat("\xC2\xA0\xC2\xA0", $indent);
?>
|
= h($indent . $timeInfo['message']) ?>
|
= $this->Number->precision($timeInfo['time'] * 1000, 2) ?> |
= $this->SimpleGraph->bar(
$timeInfo['time'] * 1000,
$timeInfo['start'] * 1000,
[
'max' => $maxTime * 1000,
'requestTime' => $requestTime * 1000,
]
) ?>
|