aboutsummaryrefslogtreecommitdiffstats
path: root/includes/profiler
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* objectcache,profiler,externalstore: Simpler mt_rand() for 1 in N chanceTimo Tijhof2024-09-251-1/+1
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-142-0/+2
* Use typed properties in SectionProfileCallbackDoğu Abaris2024-04-011-5/+4
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-3/+3
* Replace deprecated MWExceptionDaimona Eaytoy2024-01-191-3/+1
* profiler: Cleanup base class and remove dead codeDerick Alangi2023-09-281-23/+5
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* profiler: Add ProfilingContext classAaron Schulz2023-03-231-0/+79
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Merge "Fix phan error when Excimer is enabled"jenkins-bot2023-01-061-0/+4
|\
| * Fix phan error when Excimer is enabledTim Starling2023-01-051-0/+4
* | profiler: Restore lost --profiler feature for Maintenance scriptsTimo Tijhof2023-01-051-16/+14
|/
* rdbms: add statsd metrics to TransactionProfilerAaron Schulz2022-11-301-1/+4
* profiler: Drop support for Tideways 4.x in ProfilerXhprofKevin Israel2022-11-281-10/+23
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* profiler: Inject $wgProfiler from Setup.php to ProfilerTimo Tijhof2022-11-091-24/+29
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* profiler: Remove deprecated 'trace' feature in SectionProfilerTimo Tijhof2022-04-291-189/+6
* profiler: Deprecate unused 'trace' optionTimo Tijhof2022-04-131-0/+5
* Don't assume $wgProfiler is set in ProfilerAryeh Gregor2022-04-061-2/+4
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* profiler: Adjust variable names in SectionProfiler::collateDataUmherirrender2022-03-301-3/+3
* profiler: Actually escape debug text in ProfilerOutputTextTimo Tijhof2022-03-251-4/+15
* profiler: Remove deprecated profileIn/profileOutUmherirrender2022-01-021-8/+0
* profiler: Remove dependency on WebRequest from ProfilerTimo Tijhof2021-10-091-17/+11
* profiler: Fixup broken logic for the new 'running' optionTimo Tijhof2021-09-161-1/+1
* profiler: Add 'running' option to ProfilerXhprofTimo Tijhof2021-09-071-5/+12
* profiler: Document ProfilerXhprof class optionsTimo Tijhof2021-09-074-38/+33
* 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
|\