PHPackages                             netpromotion/profiler - 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. netpromotion/profiler

Abandoned → [petrknap/profiler](/?search=petrknap%2Fprofiler)Library[Debugging &amp; Profiling](/categories/debugging)

netpromotion/profiler
=====================

Profiler with adapter for Tracy

v1.3.0(9y ago)3182.9k↓44.2%3[1 issues](https://github.com/netpromotion/profiler/issues)2MITPHPPHP &gt;=5.4

Since Sep 19Pushed 9y ago4 watchersCompare

[ Source](https://github.com/netpromotion/profiler)[ Packagist](https://packagist.org/packages/netpromotion/profiler)[ RSS](/packages/netpromotion-profiler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (20)Used By (2)

[Profiler](https://packagist.org/packages/petrknap/php-profiler) with adapter for [Tracy](https://tracy.nette.org/)
===================================================================================================================

[](#profiler-with-adapter-for-tracy)

This repository contains lightweight, very quick and easy to use [Profiler](https://packagist.org/packages/petrknap/php-profiler) with adapter for [Tracy](https://tracy.nette.org/).

Usage
-----

[](#usage)

If you wish to profile a block of code, simply encapsulate it between `Profiler::start` and `Profiler::finish` calls.

```
