MediaWiki
REL1_20
|
Execution trace. More...
Public Member Functions | |
logData () | |
Log the whole profiling data into the database. | |
memoryDiff () | |
profileIn ($functionname) | |
Called by wfProfieIn() | |
profileOut ($functionname) | |
Called by wfProfieOut() | |
Public Attributes | |
$memory = 0 | |
$trace = "Beginning trace: \n" |
Log the whole profiling data into the database.
Reimplemented from ProfilerSimple.
Definition at line 71 of file ProfilerSimpleTrace.php.
References print.
Definition at line 65 of file ProfilerSimpleTrace.php.
Referenced by profileIn(), and profileOut().
ProfilerSimpleTrace::profileIn | ( | $ | functionname | ) |
Called by wfProfieIn()
$functionname | String |
Reimplemented from ProfilerSimple.
Definition at line 33 of file ProfilerSimpleTrace.php.
References memoryDiff().
ProfilerSimpleTrace::profileOut | ( | $ | functionname | ) |
Called by wfProfieOut()
$functionname | String |
Reimplemented from ProfilerSimple.
Definition at line 39 of file ProfilerSimpleTrace.php.
References Profiler\debug(), Profiler\getTime(), and memoryDiff().
ProfilerSimpleTrace::$memory = 0 |
Definition at line 31 of file ProfilerSimpleTrace.php.
ProfilerSimpleTrace::$trace = "Beginning trace: \n" |
Definition at line 30 of file ProfilerSimpleTrace.php.