Download the PHP package jun3453/prosp without Composer
On this page you can find all versions of the php package jun3453/prosp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jun3453/prosp
More information about jun3453/prosp
Files in jun3453/prosp
Download jun3453/prosp
More information about jun3453/prosp
Files in jun3453/prosp
Vendor jun3453
Package prosp
Short Description Processing speed measurement library for PHP.
License MIT
Package prosp
Short Description Processing speed measurement library for PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package prosp
prosp
Processing speed measurement library for PHP.
Description
I Googled "How to processing time measure with PHP".
I always forgot how to do it, so I made it a library.
In this library, you can measure the processing time in milliseconds by putting the start and end calls in the processing.
Install
Usage
Example
This result is converted to milliseconds.
Get specified context result.
ProcessingSpeedMeasurement::getProcessingResultByContext("foo")
Get all context result.
ProcessingSpeedMeasurement::getAllProcessingResults()
Get all context longer than specified milliseconds.
ProcessingSpeedMeasurement::getResultsLongerThanSpecifiedMs(0.04)
All versions of prosp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package jun3453/prosp contains the following files
Loading the files please wait ....