Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 518 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 518 Bytes

PHP Script Execution Time Recorder

A class that can record execution times of entire pages but also handles individual blocks of code to show how long a specific code block takes to run. This is a reusable PHP class and can be dropped into any framework and called as required.

  • User has the functionality to handle multiple named timers for a single page request
  • User is able to retrieve total execution time for a given timer individually
  • User is able to retrieve total execution time for all timers recorded