Skip to content

Zarganwar/PerformancePanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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