2017 © Pedro Peláez
 

library profiler

Profiler for PHP to measure memory usage and performance.

image

canteen/profiler

Profiler for PHP to measure memory usage and performance.

  • Saturday, October 12, 2013
  • by bigtimebuddy
  • Repository
  • 2 Watchers
  • 1 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Canteen Profiler

Canteen Profiler is a useful tool for debugging performance and memory usage of PHP. Also, Profiler has additional options for messuring SQL query performance. Canteen Profiler docs., (*1)

Installation

Install is available using Composer., (*2)

composer require canteen/profiler dev-master

Including using the Composer autoloader in your index., (*3)

require 'vendor/autoload.php';

Sample Usage

use Canteen\Profiler\Profiler;

// Create the profiler
$profiler = new Profiler();

$profiler->start('Some Task');
// bunch of code here!
$profiler->end('Some Task');

// Render the profiler onto your page
echo $profiler->render();

Rebuild Documentation

This library is auto-documented using YUIDoc. To install YUIDoc, run sudo npm install yuidocjs. Also, this requires the project CanteenTheme be checked-out along-side this repository. To rebuild the docs, run the ant task from the command-line., (*4)

ant docs

License

Copyright (c) 2013 Matt Karl, (*5)

Released under the MIT License., (*6)

The Versions

12/10 2013

dev-master

9999999-dev http://github.com/Canteen/CateenProfiler

Profiler for PHP to measure memory usage and performance.

  Sources   Download

MIT

The Requires

 

performance memory profiler

12/10 2013

1.0.0

1.0.0.0 http://github.com/Canteen/CateenProfiler

Profiler for PHP to measure memory usage and performance.

  Sources   Download

MIT

The Requires

 

performance memory profiler

12/10 2013

1.0.1

1.0.1.0 http://github.com/Canteen/CateenProfiler

Profiler for PHP to measure memory usage and performance.

  Sources   Download

MIT

The Requires

 

performance memory profiler