Inherits ProfilerSimple.
Public Member Functions | |
__construct () | |
profileIn ($functionname) | |
Called by wfProfieIn(). | |
profileOut ($functionname) | |
Called by wfProfieOut(). | |
memoryDiff () | |
getOutput () | |
called by wfGetProfilingOutput() | |
Public Attributes | |
$mMinimumTime = 0 | |
$mProfileID = false | |
$trace = "" | |
$memory = 0 |
Definition at line 16 of file ProfilerSimpleTrace.php.
ProfilerSimpleTrace::__construct | ( | ) |
Reimplemented from ProfilerSimple.
Definition at line 22 of file ProfilerSimpleTrace.php.
References $wgRequestTime, and ProfilerSimple::getCpuTime().
ProfilerSimpleTrace::getOutput | ( | ) |
called by wfGetProfilingOutput()
Reimplemented from Profiler.
Definition at line 70 of file ProfilerSimpleTrace.php.
References print.
ProfilerSimpleTrace::memoryDiff | ( | ) |
ProfilerSimpleTrace::profileIn | ( | $ | functionname | ) |
Called by wfProfieIn().
$functionname | string |
Reimplemented from ProfilerSimple.
Definition at line 32 of file ProfilerSimpleTrace.php.
References $wgDebugFunctionEntry, ProfilerSimple::getCpuTime(), and memoryDiff().
ProfilerSimpleTrace::profileOut | ( | $ | functionname | ) |
Called by wfProfieOut().
$functionname | string |
Reimplemented from ProfilerSimple.
Definition at line 38 of file ProfilerSimpleTrace.php.
References $self, $wgDebugFunctionEntry, Profiler::debug(), ProfilerSimple::getCpuTime(), and memoryDiff().
ProfilerSimpleTrace::$memory = 0 |
Definition at line 20 of file ProfilerSimpleTrace.php.
ProfilerSimpleTrace::$mMinimumTime = 0 |
ProfilerSimpleTrace::$mProfileID = false |
ProfilerSimpleTrace::$trace = "" |
Definition at line 19 of file ProfilerSimpleTrace.php.