Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 661 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::addBreakpoint('A');
Zarganwar\PerformancePanel\Register::addBreakpoint('B');