Is their a way to time execution in PHP. As I write code, I would like obviously to see performace against one set of code against another. Some final completion time would be important.
I know a time stamp would work (I am not sure of accuracy), wandering if the PHP Executable had an attribute setting for this. Could not find.
Scott