MediaWiki master
Profiler
Collaboration diagram for Profiler:

Classes

class  Wikimedia\Rdbms\GeneralizedSql
 Lazy-loaded wrapper for simplification and scrubbing of SQL queries for profiling. More...
 
class  MediaWiki\Profiler\Profiler
 Profiler base class that defines the interface and some shared functionality. More...
 
class  MediaWiki\Profiler\ProfilerExcimer
 
class  MediaWiki\Profiler\Output\ProfilerOutput
 Base class for profiling output. More...
 
class  MediaWiki\Profiler\Output\ProfilerOutputDump
 Dump profiler data in a ".xhprof" file. More...
 
class  MediaWiki\Profiler\Output\ProfilerOutputStats
 Flush profiling data to StatsD. More...
 
class  MediaWiki\Profiler\Output\ProfilerOutputText
 Adds profiler output to the HTTP response. More...
 
class  MediaWiki\Profiler\ProfilerSectionOnly
 Profiler that only tracks explicit profiling sections. More...
 
class  MediaWiki\Profiler\ProfilerStub
 Stub profiler that does nothing. More...
 
class  MediaWiki\Profiler\ProfilerXhprof
 Profiler that captures all function calls from the XHProf PHP extension. More...
 
class  MediaWiki\Profiler\SectionProfileCallback
 Subclass ScopedCallback to avoid call_user_func_array(), which is slow. More...
 
class  MediaWiki\Profiler\SectionProfiler
 Arbitrary section name based PHP profiling. More...
 
class  Wikimedia\Rdbms\TransactionProfiler
 Detect high-contention DB queries via profiling calls. More...
 

Detailed Description