index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
profiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-4
/
+0
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
objectcache,profiler,externalstore: Simpler mt_rand() for 1 in N chance
Timo Tijhof
2024-09-25
1
-1
/
+1
*
Add missing documentation to class properties (miscellaneous classes)
Umherirrender
2024-09-14
2
-0
/
+2
*
Use typed properties in SectionProfileCallback
Doğu Abaris
2024-04-01
1
-5
/
+4
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-3
/
+3
*
Replace deprecated MWException
Daimona Eaytoy
2024-01-19
1
-3
/
+1
*
profiler: Cleanup base class and remove dead code
Derick Alangi
2023-09-28
1
-23
/
+5
*
Fix more PHPStorm inspections (#2)
Tim Starling
2023-03-25
1
-1
/
+1
*
profiler: Add ProfilingContext class
Aaron Schulz
2023-03-23
1
-0
/
+79
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Merge "Fix phan error when Excimer is enabled"
jenkins-bot
2023-01-06
1
-0
/
+4
|
\
|
*
Fix phan error when Excimer is enabled
Tim Starling
2023-01-05
1
-0
/
+4
*
|
profiler: Restore lost --profiler feature for Maintenance scripts
Timo Tijhof
2023-01-05
1
-16
/
+14
|
/
*
rdbms: add statsd metrics to TransactionProfiler
Aaron Schulz
2022-11-30
1
-1
/
+4
*
profiler: Drop support for Tideways 4.x in ProfilerXhprof
Kevin Israel
2022-11-28
1
-10
/
+23
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-1
/
+1
*
profiler: Inject $wgProfiler from Setup.php to Profiler
Timo Tijhof
2022-11-09
1
-24
/
+29
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
profiler: Remove deprecated 'trace' feature in SectionProfiler
Timo Tijhof
2022-04-29
1
-189
/
+6
*
profiler: Deprecate unused 'trace' option
Timo Tijhof
2022-04-13
1
-0
/
+5
*
Don't assume $wgProfiler is set in Profiler
Aryeh Gregor
2022-04-06
1
-2
/
+4
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+1
*
profiler: Adjust variable names in SectionProfiler::collateData
Umherirrender
2022-03-30
1
-3
/
+3
*
profiler: Actually escape debug text in ProfilerOutputText
Timo Tijhof
2022-03-25
1
-4
/
+15
*
profiler: Remove deprecated profileIn/profileOut
Umherirrender
2022-01-02
1
-8
/
+0
*
profiler: Remove dependency on WebRequest from Profiler
Timo Tijhof
2021-10-09
1
-17
/
+11
*
profiler: Fixup broken logic for the new 'running' option
Timo Tijhof
2021-09-16
1
-1
/
+1
*
profiler: Add 'running' option to ProfilerXhprof
Timo Tijhof
2021-09-07
1
-5
/
+12
*
profiler: Document ProfilerXhprof class options
Timo Tijhof
2021-09-07
4
-38
/
+33
*
Use more neutral or alternative language
Reedy
2021-03-20
1
-1
/
+1
*
Merge "Use static closures where safe to use"
jenkins-bot
2021-02-14
3
-5
/
+5
|
\
|
*
Use static closures where safe to use
Umherirrender
2021-02-11
3
-5
/
+5
*
|
Use ?? instead of isset/array_key_exists where possible
Thiemo Kreuz
2021-02-10
1
-4
/
+4
|
/
*
Remove deprecated Profiler::(get|set)Templated
DannyS712
2020-10-22
1
-22
/
+0
*
Fix typos related to repeated words
Umherirrender
2020-09-27
1
-1
/
+1
*
profiler: Use PSR-3 logging in Profiler and ProfilerOutput classes
Timo Tijhof
2020-08-12
4
-33
/
+25
*
profiler: Warn from ProfilerOutputDump::log() for incompatible profilers
Timo Tijhof
2020-08-12
1
-2
/
+7
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
Merge "Remove $wgProfileLimit setting"
jenkins-bot
2020-03-19
1
-6
/
+3
|
\
|
*
Remove $wgProfileLimit setting
Timo Tijhof
2020-03-19
1
-6
/
+3
*
|
profiler: Improve $wgProfiler docs in DefaultSettings.php
Timo Tijhof
2020-03-19
1
-1
/
+1
|
/
*
profiler: Document SectionProfiler private start and end as 'array|null'
Timo Tijhof
2020-03-02
1
-3
/
+3
*
Merge "Fix documentation for Tideways XHProf flags"
jenkins-bot
2020-02-12
1
-1
/
+1
|
\
|
*
Fix documentation for Tideways XHProf flags
Kosta Harlan
2020-02-10
1
-1
/
+1
*
|
profiler: Clean up file headers and @ingroup
Timo Tijhof
2020-02-05
9
-35
/
+44
|
/
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Set visibility on php magic functions __destruct/sleep/wakeup/get/call
Umherirrender
2019-12-05
1
-1
/
+1
*
Merge "Set method visibility for various constructors"
jenkins-bot
2019-12-05
1
-1
/
+1
|
\
[next]