PHPackages                             bilbofox/timer-panel - 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. bilbofox/timer-panel

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

bilbofox/timer-panel
====================

Tracy debugger panel for measuring runtime

0.3(11mo ago)021UnlicensePHPPHP &gt;=7.1

Since Feb 22Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/BilboTav/TimerPanel)[ Packagist](https://packagist.org/packages/bilbofox/timer-panel)[ RSS](/packages/bilbofox-timer-panel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

TimerPanel
==========

[](#timerpanel)

[![logo](logo.png)](logo.png)

Tracy debugger panel for measuring runtime of code snippets

Quickstart
----------

[](#quickstart)

Registering panel into Tracy bar can be done simply by calling prepared static method:

```
// Register panel to global Tracy instance...
$tracyPanel = Bilbofox\TimerPanel\TimerPanel::register();
// ...
```

```
// ...
// Retrieve instance of panel back
$tracyPanel = Bilbofox\TimerPanel\TimerPanel::instance();
// ...

$tracyPanel->start();
// HEAVY LIFTING...
//
// A
// ||
// ||
// ==============================
$tracyPanel->stop();
```

Public methods
--------------

[](#public-methods)

Timer panel instance has methods for public usage - starting / stopping timers etc. Each such method also has global function equvialent shortcut:

MethodGlobal shortcutDescription`TimerPanel::start(?string $key = null, ?string $title = null, int $mode = self::MODE_DEFAULT): string``startTimer()`Starts timer of given key - default mode overwrites already existing timers, returns key of timer used`TimerPanel::startSum(?string $key = null, ?string $title = null): string``startTimerSum()`Starts timer of given key in sum mode - timers of same key are calculated into final sum, returns key of timer used`TimerPanel::startStack(?string $key = null, ?string $title = null): string``startTimerStack()`Starts timer of given key in stack mode - timers are stacked into subsection, returns key of timer used`TimerPanel::getLastStarted(): ?string``getLastStartedTimer()`Returns key of last started timer or null if no timer has been started`TimerPanel::stop(?string $key = null): string``stopTimer()`Stops timer of given key or last started if null is passed`TimerPanel::stopAll(): void``stopAllTimers()`Stops all running timers

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance52

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~56 days

Total

3

Last Release

338d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b195fbc0189fe712df53b3a0c4bdf91dc01a452b6af46ba1ff817f9f4199804b?d=identicon)[Bilbo](/maintainers/Bilbo)

---

Top Contributors

[![BilboTav](https://avatars.githubusercontent.com/u/868548?v=4)](https://github.com/BilboTav "BilboTav (3 commits)")

### Embed Badge

![Health badge](/badges/bilbofox-timer-panel/health.svg)

```
[![Health](https://phpackages.com/badges/bilbofox-timer-panel/health.svg)](https://phpackages.com/packages/bilbofox-timer-panel)
```

###  Alternatives

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[milo/vendor-versions

Bar with versions list of vendor libraries for Tracy

19155.1k5](/packages/milo-vendor-versions)[vasek-purchart/tracy-blue-screen-bundle

This bundle lets you use the Tracy's debug screen in combination with the the default profiler in your Symfony application.

1177.6k](/packages/vasek-purchart-tracy-blue-screen-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
