From 2f3b2d8a811a5aad93de38f4cc4f5a876dd67fbd Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Oct 2006 04:54:32 +0000 Subject: --- user_guide/libraries/profiler.html | 95 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 user_guide/libraries/profiler.html (limited to 'user_guide') diff --git a/user_guide/libraries/profiler.html b/user_guide/libraries/profiler.html new file mode 100644 index 000000000..2b162be0b --- /dev/null +++ b/user_guide/libraries/profiler.html @@ -0,0 +1,95 @@ + + + + +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