Profiler (english)

Z Freenetis Wiki
Verze z 7. 6. 2014, 14:34, kterou vytvořil Sivosha (diskuse | příspěvky)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání


Profiler can be run anywhere in the code as:

$this->profiler = new Profiler;
// some of your actions and questions
echo $this->profiler->render(TRUE);