$_available_sections
$_available_sections :
CodeIgniter Profiler Class
This class enables you to display benchmark, query, and other data in order to help with debugging and optimization.
Note: At some point it would be good to move all the HTML in this class into a set of template files in order to allow customization.
_compile_benchmarks() : array
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