|
Name: |
PHP Benchmark Tool |
Base name: |
benchmarks |
Description: |
Measure the time and memory that a PHP script uses |
Version: |
- |
PHP version: |
5 |
License: |
MIT/X Consortium License |
|
|
June 2019
Nominee
Vote |
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.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|