Quote Originally Posted by GAMEchief View Post
I mean a benchmark system in the framework, not a cache system.

e.g.
$fw->benchmark->start();
whatever();
$fw->benchmark->end();
, oh I thought you wanted to add a cache system .

Yeah benchmarking is a major need when it comes to any type of pre-built system.

I advice you make a system that allows multiple executions of the code to evaluate a mean time.

Because of the fact that the human error (Can't execute the code with the precise alignment of the timer.)