Go to the source code of this file.
Classes | |
class | Profiler |
Functions | |
wfProfileIn ($functionname) | |
wfProfileOut ($functionname="missing") | |
wfGetProfilingOutput ($start, $elapsed) | |
wfProfileClose () | |
Variables | |
$wgProfiler = new Profiler() |
|
Definition at line 15 of file Profiling.php. References $wgProfiler. Referenced by logProfilingData(). |
|
Definition at line 20 of file Profiling.php. References $wgProfiler. |
|
Definition at line 3 of file Profiling.php. References $wgProfiler. Referenced by LinkCache::addLinkObj(), LinksUpdate::doDumbUpdate(), LinksUpdate::doUpdate(), ParserCache::get(), Profiler::getOutput(), PageHistory::history(), Tokenizer::newFromString(), Tokenizer::nextToken(), OutputPage::output(), LinkCache::preFill(), Tokenizer::previewToken(), Database::query(), DifferenceEngine::showDiffPage(), and wfMsgReal(). |
|
Definition at line 9 of file Profiling.php. References $wgProfiler. Referenced by LinkCache::addLinkObj(), LinksUpdate::doDumbUpdate(), LinksUpdate::doUpdate(), ParserCache::get(), Profiler::getOutput(), PageHistory::history(), Tokenizer::newFromString(), Tokenizer::nextToken(), LinkCache::preFill(), Tokenizer::previewToken(), Database::query(), DifferenceEngine::showDiffPage(), and wfMsgReal(). |
|
Definition at line 175 of file Profiling.php. Referenced by wfGetProfilingOutput(), wfProfileClose(), wfProfileIn(), and wfProfileOut(). |