Utility class to assist in the process of benchmarking the execution of sections of code to understand where time is being spent.
Located in /libraries/joomla/profiler/profiler.php (line 20)
Returns the global Profiler object, only creating it if it doesn't already exist.
Constructor
Get all profiler mark buffers.
Returns an array of all mark buffers created since the Profiler object was instantiated. Marks are strings as per JProfiler::mark().
Get all profiler marks.
Returns an array of all marks created since the Profiler object was instantiated. Marks are objects as per JProfiler::mark().
Output a time mark
The mark is returned as text enclosed in <div> tags with a CSS class of 'profiler'.
Documentation generated on Tue, 19 Nov 2013 15:11:21 +0100 by phpDocumentor 1.4.3