Stub profiler that does nothing.
getOutput()
Returns a profiling output to be stored in debug file.
Profiler base class that defines the interface and some trivial functionality.
scopedProfileIn( $section)
Mark the start of a custom profiling frame (e.g.
getFunctionStats()
Get the aggregated inclusive profiling data for each method.
close()
Close opened profiling sections.
logDataPageOutputOnly()
Log the data to the script/request output for all ProfilerOutput instances that do so.
logData()
Log the data to the backing store for all ProfilerOutput instances that have one.