PHP Classes

File: third_party/DevelBar/views/develbar/benchmarks.php

Recommend this page to a friend!
  Classes of Simo   CodeIgniter Develbar   third_party/DevelBar/views/develbar/benchmarks.php   Download  
File: third_party/DevelBar/views/develbar/benchmarks.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: CodeIgniter Develbar
CodeIgniter library to show a developer toolbar
Author: By
Last change: Update of third_party/DevelBar/views/develbar/benchmarks.php
Date: 2 months ago
Size: 522 bytes
 

Contents

Class file image Download
<img src="<?php echo $icon ?>" alt="<?php echo lang('benchmarks') ?>"
     title="<?php echo lang('benchmarks') ?>"/> <?php echo $benchmarks['total_time']['elapsed_time'] . ' ' . lang('sec') ?>
<div class="detail benchmarks">
    <?php foreach ($benchmarks['profiles'] as $profile): ?>
<p>
            <span class="left-col"><?php echo $profile['profile'] ?> :</span>
            <span class="right-col"><?php echo $profile['elapsed_time'] . ' ' . lang('sec') ?></span>
        </p>
    <?php endforeach ?>
</div>