1.2.1599. ext/spx¶
SPX, which stands for Simple Profiling eXtension, is just another profiling extension for PHP.
<?php
while ($task = get_next_ready_task()) {
spx_profiler_start();
try {
$task->process();
} finally {
spx_profiler_stop();
}
}
?>
See also https://github.com/NoiseByNorthwest/php-spx.
1.2.1599.1. Connex PHP features¶
1.2.1599.1.1. Specs¶
Short name |
Extensions/Extspx |
Rulesets |
|
Exakat since |
2.4.2 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |