Profilowanie zapytania Codeigniter - aby wyłączyć profiler

$this->output->enable_profiler(FALSE);
Suresh Kannan