User "Aaron Schulz" changed the status of MediaWiki.r86633.

Old Status: new
New Status: resolved

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86633#c0
Commit summary:

* 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

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to