An open API service indexing awesome lists of open source software.

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.

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/)