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