Skip to content

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.

Notifications You must be signed in to change notification settings

satyajit-burman/php-execution-time-recorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%