2017 © Pedro Peláez
 

library performance-analyze-forphp

this is performance analyze tool for php 5.4 and higher

image

zhudesheng/performance-analyze-forphp

this is performance analyze tool for php 5.4 and higher

  • Monday, June 11, 2018
  • by williamchu123
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

performance analyze for your php script, (*1)

How to use it

it's very simple just like this, (*2)

$pa = PAFactory::getPA(__CLASS__,__METHOD__);
$pa->markStartTime();
$pa->markPoint('do sleep');
$pa->markEndTime();

eg ., (*3)

php demo/Demo.php

it will output like this, (*4)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
class = Demo method=Demo::calculate total consumed 5013.3940429688 milliseconds and total used 1.4765625 kb
between "marker_start" and "do loop"
used time 0.2021484375 milliseconds
used memory 0.6640625 kb
----------------------------------------------------------------------------------------------------
between "do loop" and "do sleep"
used time 5013.1108398438 milliseconds
used memory 0.359375 kb
----------------------------------------------------------------------------------------------------
between "do sleep" and "marker_end"
used time 0.0810546875 milliseconds
used memory 0.453125 kb
----------------------------------------------------------------------------------------------------

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request., (*5)

License

MIT, (*6)

The Versions

11/06 2018

dev-master

9999999-dev

this is performance analyze tool for php 5.4 and higher

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by zhudesheng

php tool performance analyze

11/06 2018

1.0.1

1.0.1.0

this is performance analyze tool for php 5.4 and higher

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by zhudesheng

php tool performance analyze

11/06 2018

1.0.0

1.0.0.0

this is performance analyze tool

  Sources   Download

MIT

The Development Requires

by zhudesheng