MediaWiki master
MediaWiki\Profiler Namespace Reference

Namespaces

namespace  Output
 

Classes

class  Profiler
 Profiler base class that defines the interface and some shared functionality. More...
 
class  ProfilerExcimer
 
class  ProfilerSectionOnly
 Profiler that only tracks explicit profiling sections. More...
 
class  ProfilerStub
 Stub profiler that does nothing. More...
 
class  ProfilerXhprof
 Profiler that captures all function calls from the XHProf PHP extension. More...
 
class  ProfilingContext
 Class for tracking request-level classification information for profiling/stats/logging. More...
 
class  SectionProfileCallback
 Subclass ScopedCallback to avoid call_user_func_array(), which is slow. More...
 
class  SectionProfiler
 Arbitrary section name based PHP profiling. More...