Componette

Componette

Zarganwar

Zarganwar / PerformancePanel v1.2.0

Tracy performance panel

download-cloud-line composer require zarganwar/performance-panel

PerformancePanel

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');
Componette Componette felix@nette.org