2017 © Pedro Peláez
 

library phrofiler

Profile PHP snippets

image

sharils/phrofiler

Profile PHP snippets

  • Sunday, January 10, 2016
  • by sharils
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

phrofiler

PHP snippet profiler., (*1)

Install

composer require sharils/phrofiler

Example

./vendor/bin/phrofiler -s'$a = 4;' '$a === null' '!isset($a)' 'is_null($a)'
      snippet: $a === null
 timeFilename: /tmp/php-phrofiler-time-dc5a5e959c87e239e305ba72a7a461fd
wholeFilename: /tmp/php-phrofiler-whole-dc5a5e959c87e239e305ba72a7a461fd
         time: 0.0029055833816528 (average seconds)
        ratio: 100%

      snippet: !isset($a)
 timeFilename: /tmp/php-phrofiler-time-7466ec99408428ca9ad95b453d3c55fb
wholeFilename: /tmp/php-phrofiler-whole-7466ec99408428ca9ad95b453d3c55fb
         time: 0.0034789085388184 (average seconds)
        ratio: 84%

      snippet: is_null($a)
 timeFilename: /tmp/php-phrofiler-time-c848003afeaf7dd06e8d2c830fe63a4a
wholeFilename: /tmp/php-phrofiler-whole-c848003afeaf7dd06e8d2c830fe63a4a
         time: 0.0079437255859374 (average seconds)
        ratio: 37%

The Versions

10/01 2016

dev-master

9999999-dev

Profile PHP snippets

  Sources   Download

AGPL-3.0

The Requires

  • php ^5.6

 

The Development Requires

by Avatar sharils

10/01 2016

1.0.0

1.0.0.0

Profile PHP snippets

  Sources   Download

AGPL-3.0

The Requires

  • php ^5.6

 

The Development Requires

by Avatar sharils

07/01 2016

dev-phrofiler

dev-phrofiler

Profile PHP snippets

  Sources   Download

AGPL-3.0

The Requires

  • php ^5.6

 

The Development Requires

by Avatar sharils