zarganwar/performance-panel

Tracy panel

v1.2.0 2016-03-01 22:09 UTC

This package is not auto-updated.

Last update: 2024-04-20 02:44:59 UTC


README

Build Status

Performance panel (Nette/Tracy)

##Installation


composer require zarganwar/performance-panel

##Registration Example: instalation in Nette FW


nette:
	debugger:
		bar:
			- Zarganwar\PerformancePanel\Panel

##Usage


Zarganwar\PerformancePanel\Register::add('A');
Zarganwar\PerformancePanel\Register::add('B');
Zarganwar\PerformancePanel\Register::add('C', 'B'); 
Zarganwar\PerformancePanel\Register::add('D');