Profiler (english): Porovnání verzí
Z Freenetis Wiki
(Založena nová stránka: cs:Profiler) |
|||
(Není zobrazena jedna mezilehlá verze od jednoho dalšího uživatele.) | |||
Řádek 1: | Řádek 1: | ||
[[cs:Profiler]] | [[cs:Profiler]] | ||
+ | [[ru:Профайлер]] | ||
+ | |||
+ | Profiler can be run anywhere in the code as: | ||
+ | |||
+ | $this->profiler = new Profiler; | ||
+ | // some of your actions and questions | ||
+ | echo $this->profiler->render(TRUE); |
Aktuální verze z 7. 6. 2014, 14:34
Profiler can be run anywhere in the code as:
$this->profiler = new Profiler; // some of your actions and questions echo $this->profiler->render(TRUE);