Snippets tagged “microtime”
2 snippets use this tag.
- How to benchmark efficiency of PHP scriptPHP
There are several ways to benchmark the efficiency of a PHP script, including:
- How to Measure Script Execution Time in PHPPHP
In this snippet, we demonstrate the simplest way of measuring the execution time of a string in PHP. Read on and check out the examples.