From ee71c80dd20bcfc60169af3eb1f628229ca30d67 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 10 Mar 2010 10:05:05 -0600 Subject: added ability to enable/disable individual sections of the Profiler --- user_guide/libraries/output.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user_guide/libraries/output.html') diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index de22fbe28..70f0c1f7b 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -130,6 +130,9 @@ at the bottom of your pages for debugging and optimization purposes.

To disable the profiler you will use:

$this->output->enable_profiler(FALSE); +

$this->output->set_profiler_sections();

+ +

Permits you to enable/disable specific sections of the Profiler when enabled. Please refer to the Profiler documentation for further information.

$this->output->cache();

The CodeIgniter output library also controls caching. For more information, please see the caching documentation.

-- cgit v1.2.3-24-g4f1b