Registry / observability / lox-xhprof

lox-xhprof

JSON →
libraryphppackagistunverified

XHProf: A Hierarchical Profiler for PHP

composer require lox/xhprof
INSTALL
IMPORT
SIG · LOX-XHPROF
L
lox-xhprof
observabilityphp
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Profiler
use XHProf\Profiler;

Start profiling, execute code, then stop and retrieve profiling data.

use XHProf\Profiler; $profiler = new Profiler(); $profiler->enable(); // ... code to profile ... $profiler->disable(); $data = $profiler->getData();
Debug
Known issues
breakingRequires the XHProf PHP extension to be installed.
fix
Install the XHProf extension via pecl install xhprof or enable it in php.ini.
affects: >=0.0.0
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
lox-xhprof — pip install lox-xhprof · libregistry