aboutsummaryrefslogtreecommitdiffstats
path: root/includes/profiler
Commit message (Expand)AuthorAgeFilesLines
* Use more neutral or alternative languageReedy2021-03-201-1/+1
* Merge "Use static closures where safe to use"jenkins-bot2021-02-143-5/+5
|\
| * Use static closures where safe to useUmherirrender2021-02-113-5/+5
* | Use ?? instead of isset/array_key_exists where possibleThiemo Kreuz2021-02-101-4/+4
|/
* Remove deprecated Profiler::(get|set)TemplatedDannyS7122020-10-221-22/+0
* Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
* profiler: Use PSR-3 logging in Profiler and ProfilerOutput classesTimo Tijhof2020-08-124-33/+25
* profiler: Warn from ProfilerOutputDump::log() for incompatible profilersTimo Tijhof2020-08-121-2/+7
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Merge "Remove $wgProfileLimit setting"jenkins-bot2020-03-191-6/+3
|\
| * Remove $wgProfileLimit settingTimo Tijhof2020-03-191-6/+3
* | profiler: Improve $wgProfiler docs in DefaultSettings.phpTimo Tijhof2020-03-191-1/+1
|/
* profiler: Document SectionProfiler private start and end as 'array|null'Timo Tijhof2020-03-021-3/+3
* Merge "Fix documentation for Tideways XHProf flags"jenkins-bot2020-02-121-1/+1
|\
| * Fix documentation for Tideways XHProf flagsKosta Harlan2020-02-101-1/+1
* | profiler: Clean up file headers and @ingroupTimo Tijhof2020-02-059-35/+44
|/
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set visibility on php magic functions __destruct/sleep/wakeup/get/callUmherirrender2019-12-051-1/+1
* Merge "Set method visibility for various constructors"jenkins-bot2019-12-051-1/+1
|\
| * Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* | Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
|/
* profiler: Remove ProfilerOutputDb and profileinfo.php entry pointTimo Tijhof2019-11-061-112/+0
* Collapse uses of now-deprecated wfGetRusage()James D. Forrester2019-10-221-4/+1
* Fix new phan errors, part 8Daimona Eaytoy2019-10-223-2/+6
* Fix new phan errors, part 7Daimona Eaytoy2019-10-212-2/+2
* profiler: Deprecate ProfilerOutputDb and profileinfo.phpTimo Tijhof2019-10-151-0/+2
* Fix new phan errors, part 3Daimona Eaytoy2019-10-121-1/+1
* Xhprof: Update comments now that HHVM is not supportedJames D. Forrester2019-10-111-4/+2
* SectionProfiler: Do not attempt to use null values as arraysMáté Szabó2019-09-161-3/+9
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-0/+2
* profiler: Centralise output responsibility from ProfilerOutputText to ProfilerTimo Tijhof2019-08-283-33/+41
* profiler: Rename Profile::setTemplated to Profile::setAllowOutputTimo Tijhof2019-08-281-10/+39
* Move SectionProfileCallback to its own fileReedy2019-04-142-26/+48
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-0/+2
* Deprecate Profiler::profileIn and Profiler::profileOut stubsAaron Schulz2019-03-141-1/+2
* Avoid sending duplicate ProfilerOutputText comments/htmlAaron Schulz2019-03-133-10/+35
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-1/+1
* ProfilerExcimer: allow early startTim Starling2018-12-171-11/+27
* Add ProfilerExcimerTim Starling2018-12-072-2/+132
* Use new WikiMap::getCurrentWikiDomain() for objectcache and profiler keyspaceAaron Schulz2018-10-301-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Xhprof: support tideways-xhprof extensionEdward Chernenko2018-06-191-4/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-303-7/+4
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-303-9/+3
* rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle()Aaron Schulz2018-05-091-1/+1
* rdbms: make IDatabase::onTransaction* methods pass the DB handle for convenienceAaron Schulz2018-04-241-1/+2
* Merge "Cleanup ProfilerOutputDb try/catch logic for DBErrors"jenkins-bot2018-03-261-35/+48
|\
| * Cleanup ProfilerOutputDb try/catch logic for DBErrorsAaron Schulz2018-03-251-35/+48