A CPython extension that supports pyinstrument by providing a C-level hook for profiling. Version 0.2.4 is the latest release. The project is in maintenance mode; it is a dependency of pyinstrument and not typically used directly.
pip install pyinstrument-cextVerified import paths — ran on the pinned version, not inferred.
The extension is automatically used by pyinstrument when available. No user-facing API.
Install with pip; if compilation fails, ensure you have a C compiler (e.g., 'build-essential' on Linux, Xcode on macOS, or Microsoft C++ Build Tools on Windows).
Use pyinstrument for profiling. The extension is automatically loaded.
Check pyinstrument release notes for any migration to alternative implementations.
No dependency data recorded yet.