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.