Profiler (english): Porovnání verzí
Z Freenetis Wiki
| Řá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);