I want to performance test a couple of php functions. What is the easiest approach to repeat code 1000 times and return how long it took all together via microtime()?
Maybe a repeated loop? I came across a very simple code here on SO recently but forgot to favorite it.