Skip to content

A library to calculate time taken for a script to execute.

License

Notifications You must be signed in to change notification settings

amanangira/script-execution-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A library to calculate time taken for a script to execute.

Example

$runTime = new ExecutionTime;
$runTime->startTime();
sleep( 2 );
$runTime->endTime();
echo "Time taken to run in seconds: " . $runTime->getTime();

About

A library to calculate time taken for a script to execute.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages