PHP Classes

Notable PHP package: PHP Benchmark Tool

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 150

Last month viewers: 2

Categories: Notable Packages

Many developers want to optimize their applications so they make a more efficient use of server resources.

Often developers are just concerned with the speed of their code but the RAM memory usage level is also important because when a server runs out RAM it starts using memory swap space in the system swap disc and the whole system starts getting too slow.

This package provides means to not only measure the time PHP code takes to execute so you can find any bottleneck and opportunities to make it faster, but also how much memory the code of a PHP script is taking so you can also focus your efforts in reducing the RAM memory usage.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP Benchmark Tool is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Measure the time and memory that a PHP script uses

Here follows in more detail what it does:

This package can measure the time and memory that a PHP script uses.

It can start taking note of a given moment that a script is running and record the start time and memory the script is using.

The package can also keep track of the time that elapsed and the memory that was used until one or more points of the same script.

It can as well measure the time and memory used when calling a given piece of code passed to the package as callable function.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,614,673 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)