pakutoma / ext-phreakscope
A PHP profiler extension for phreakscope
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:C
Type:php-ext
Ext name:ext-phreakscope
pkg:composer/pakutoma/ext-phreakscope
Requires
- php: >=8.0
This package is auto-updated.
Last update: 2025-12-13 14:53:07 UTC
README
A PHP extension used by pakutoma/phreakscope. It enables a low-overhead sampling profiler by accessing the Zend VM execution stack directly from a separate thread.
Installation
As PIE is the new extension manager for PHP, you can install this extension using it.
pie install pakutoma/ext-phreakscope
Acknowledgements
This extension is heavily inspired by nikic/sample_prof.