CI_Profiler Class Reference

List of all members.

Public Member Functions

 CI_Profiler ()
 _compile_benchmarks ()
 _compile_queries ()
 _compile_get ()
 _compile_post ()
 _compile_uri_string ()
 _compile_controller_info ()
 _compile_memory_usage ()
 run ()

Public Attributes

 $CI


Member Function Documentation

CI_Profiler::_compile_benchmarks (  ) 

Auto Profiler

This function cycles through the entire array of mark points and matches any two points that are named identically (ending in "_start" and "_end" respectively). It then compiles the execution times for all points and returns it as an array

private

Returns:
array

CI_Profiler::_compile_controller_info (  ) 

Show the controller and function that were called

private

Returns:
string

CI_Profiler::_compile_get (  ) 

Compile $_GET Data

private

Returns:
string

CI_Profiler::_compile_memory_usage (  ) 

Compile memory usage

Display total used memory

public

Returns:
string

CI_Profiler::_compile_post (  ) 

Compile $_POST Data

private

Returns:
string

CI_Profiler::_compile_queries (  ) 

Compile Queries

private

Returns:
string

CI_Profiler::_compile_uri_string (  ) 

Show query string

private

Returns:
string

CI_Profiler::CI_Profiler (  ) 

CI_Profiler::run (  ) 

Run the Profiler

private

Returns:
string


Member Data Documentation

CI_Profiler::$CI


The documentation for this class was generated from the following file:

Generated on Sun Nov 16 16:09:16 2008 for CodeIgniter by  doxygen 1.5.7.1