1.2.1589. 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.1589.1. Specs

Short name

Extensions/Extspx

Rulesets

All, Appinfo

Exakat since

2.4.2

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

profiler

Available in

Entreprise Edition, Exakat Cloud