|
| $_available_sections |
|
| $_query_toggle_count = 25 |
|
| $CI |
|
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
- Returns
- array
Compile config information
Lists developer config variables
- Returns
- string
_compile_controller_info |
( |
) | |
|
|
protected |
Show the controller and function that were called
- Returns
- string
Compile $_GET Data
- Returns
- string
_compile_http_headers |
( |
) | |
|
|
protected |
Compile header information
Lists HTTP headers
- Returns
- string
_compile_memory_usage |
( |
) | |
|
|
protected |
Compile memory usage
Display total used memory
- Returns
- string
Compile $_POST Data
- Returns
- string
Compile Queries
- Returns
- string
Show query string
- Returns
- string
Run the Profiler
- Returns
- string
Set Sections
Sets the private compile* properties to enable/disable Profiler sections
- Parameters
-
- Returns
- void
Initial value:= array(
'benchmarks',
'get',
'memory_usage',
'post',
'uri_string',
'controller_info',
'queries',
'http_headers',
'session_data',
'config'
)
The documentation for this class was generated from the following file:
- system/libraries/Profiler.php