wiki.techinc.nl/includes/profiler
Alexandre Emsenhuber 21e53d3590 * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set
* Replaced wfProfileClose() and wfGetProfilingOutput() by direct calls to the Profiler instance and removed them, no uses in extensions
* Also removed useless params from Profiler::getOutput() call in wfLogProfilingData()
* Only generate profiling output if it'll be used; introduced Profiler::logData() that saves profiling data (database, udp, ...) to separate it from output generation
* Removed unused Profiler::getCaller(), not used at all, and we have wfGetCaller() that does the same thing
2011-04-21 16:31:02 +00:00
..
Profiler.php * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set 2011-04-21 16:31:02 +00:00
ProfilerSimple.php * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set 2011-04-21 16:31:02 +00:00
ProfilerSimpleText.php * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set 2011-04-21 16:31:02 +00:00
ProfilerSimpleTrace.php Followup r86228 (profiling cleanup): 2011-04-16 19:30:50 +00:00
ProfilerSimpleUDP.php * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set 2011-04-21 16:31:02 +00:00
ProfilerStub.php * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set 2011-04-21 16:31:02 +00:00