MediaWiki  REL1_24
Profiler

Classes

class  Profiler
 Profiler base class that defines the interface and some trivial functionality. More...
class  ProfilerSimpleDB
 $wgProfiler['class'] = 'ProfilerSimpleDB'; More...
class  ProfilerSimpleText
 The least sophisticated profiler output class possible, view your source! :) More...
class  ProfilerSimpleTrace
 Execution trace profiler. More...
class  ProfilerSimpleUDP
 ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon (the one from http://git.wikimedia.org/tree/operations%2Fsoftware.git/master/udpprofile) More...
class  ProfilerStandard
 Standard profiler that tracks real time, cpu time, and memory deltas. More...
class  ProfilerStub
 Stub profiler that does nothing. More...

Files

file  Profiler.php
 

Base class and functions for profiling.


file  ProfilerMwprof.php
 

Profiler class for Mwprof.


file  ProfilerSimpleDB.php
 

Profiler storing information in the DB.


file  ProfilerSimpleText.php
 

Profiler showing output in page source.


file  ProfilerSimpleTrace.php
 

Profiler showing execution trace.


file  ProfilerSimpleUDP.php
 

Profiler sending messages over UDP.


file  ProfilerStandard.php
 

Common implementation class for profiling.


file  ProfilerStub.php
 

Stub profiling functions.


file  RunningStat.php
 

Compute running mean, variance, and extrema of a stream of numbers.