https://github.com/wikimedia/mediawiki-php-excimer
Mirror from https://gerrit.wikimedia.org/g/mediawiki/php/excimer. See https://www.mediawiki.org/wiki/Developer_access for contributing.
https://github.com/wikimedia/mediawiki-php-excimer
Last synced: 2 months ago
JSON representation
Mirror from https://gerrit.wikimedia.org/g/mediawiki/php/excimer. See https://www.mediawiki.org/wiki/Developer_access for contributing.
- Host: GitHub
- URL: https://github.com/wikimedia/mediawiki-php-excimer
- Owner: wikimedia
- License: apache-2.0
- Created: 2018-10-20T13:59:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T04:44:54.000Z (7 months ago)
- Last Synced: 2025-03-29T14:07:47.796Z (2 months ago)
- Language: C
- Homepage: https://mediawiki.org/wiki/Excimer
- Size: 126 KB
- Stars: 117
- Watchers: 13
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excimer
Excimer is an extension for PHP 7.1+ that provides a low-overhead interrupting timer and sampling profiler.
## Installation
Excimer is available from [packages.debian.org](https://packages.debian.org/stable/php-excimer), and can be installed via `apt-get install php-excimer`.
For other installation methods, see .
## Documentation
For the API, see [PHPDoc stubs](./stubs).
For usage examples, see .
## See also
* [wikimedia/arc-lamp](https://gerrit.wikimedia.org/g/performance/arc-lamp/)