From 08f6020b0085842d4ae81949a0f4886c94158a55 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Oct 2006 05:28:00 +0000 Subject: --- user_guide/libraries/profiler.html | 95 -------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 user_guide/libraries/profiler.html (limited to 'user_guide/libraries/profiler.html') diff --git a/user_guide/libraries/profiler.html b/user_guide/libraries/profiler.html deleted file mode 100644 index 2b162be0b..000000000 --- a/user_guide/libraries/profiler.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - -Code Igniter User Guide - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -

Code Igniter User Guide Version 1.5.0

-
- - - - - - - - - -
- - -
- - - -
- - - - -

Profiler Class

- -

The Profiler Class enables you to display benchmark, query, POST data at the bottom of your pages during -development in order to help with debugging and optimization.

- - -

Initializing the Class

- -

Important: This class does NOT need to be initialized. It is loaded automatically by the Output class if -profiling is enabled as shown below.

- - - -
- - - - - - - \ No newline at end of file -- cgit v1.2.3-24-g4f1b