Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 743 Bytes

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');