PHPackages                             irap/profiling - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. irap/profiling

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

irap/profiling
==============

Profiling library for PHP 5.6+

1.0.1(7y ago)03.0kMITPHPPHP &gt;=5.6.0

Since Jul 21Pushed 7y ago2 watchersCompare

[ Source](https://github.com/iRAP-software/package-profiling)[ Packagist](https://packagist.org/packages/irap/profiling)[ Docs](https://github.com/iRAP-software/package-profiling)[ RSS](/packages/irap-profiling/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

package-profiling
=================

[](#package-profiling)

This is a package for PHP which makes it easier to find which functions/areas take the most time.

Installation
------------

[](#installation)

Install through composer with:

```
composer require irap/profiling

```

Usage
-----

[](#usage)

Below is an example script that demonstrates using this tool:

```
