MediaWiki
REL1_19
|
Execution trace. More...
Public Member Functions | |
__construct ($params) | |
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 = "" |
ProfilerSimpleTrace::__construct | ( | $ | params | ) |
Reimplemented from ProfilerSimple.
Definition at line 16 of file ProfilerSimpleTrace.php.
References $wgRequestTime, and ProfilerSimple\getCpuTime().
Log the whole profiling data into the database.
Reimplemented from ProfilerSimple.
Definition at line 63 of file ProfilerSimpleTrace.php.
References print.
Definition at line 57 of file ProfilerSimpleTrace.php.
Referenced by profileIn(), and profileOut().
ProfilerSimpleTrace::profileIn | ( | $ | functionname | ) |
Called by wfProfieIn()
$functionname | String |
Reimplemented from ProfilerSimple.
Definition at line 25 of file ProfilerSimpleTrace.php.
References ProfilerSimple\getCpuTime(), and memoryDiff().
ProfilerSimpleTrace::profileOut | ( | $ | functionname | ) |
Called by wfProfieOut()
$functionname | String |
Reimplemented from ProfilerSimple.
Definition at line 31 of file ProfilerSimpleTrace.php.
References $wgDebugFunctionEntry, Profiler\debug(), and memoryDiff().
ProfilerSimpleTrace::$memory = 0 |
Definition at line 14 of file ProfilerSimpleTrace.php.
ProfilerSimpleTrace::$trace = "" |
Definition at line 13 of file ProfilerSimpleTrace.php.