PHP Benchmark Performance Script
Package:
Summary:
Measure the time PHP code takes to execute
Groups:
Author:
Description:
This class can be used to Measure the time PHP code takes to execute.
It takes a string with PHP code and it executes the code repeatedly a given number times.
The class can display a table showing the average time and the memory that the code took when it executed.
It takes a string with PHP code and it executes the code repeatedly a given number times.
The class can display a table showing the average time and the memory that the code took when it executed.
Comments are closed.