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
*
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
|
\
|
*
Set method visibility for various constructors
Umherirrender
2019-12-03
1
-1
/
+1
*
|
Remove duplicate variable name from class property PHPDocs
Thiemo Kreuz
2019-12-02
1
-1
/
+1
|
/
*
profiler: Remove ProfilerOutputDb and profileinfo.php entry point
Timo Tijhof
2019-11-06
1
-112
/
+0
*
Collapse uses of now-deprecated wfGetRusage()
James D. Forrester
2019-10-22
1
-4
/
+1
*
Fix new phan errors, part 8
Daimona Eaytoy
2019-10-22
3
-2
/
+6
*
Fix new phan errors, part 7
Daimona Eaytoy
2019-10-21
2
-2
/
+2
*
profiler: Deprecate ProfilerOutputDb and profileinfo.php
Timo Tijhof
2019-10-15
1
-0
/
+2
*
Fix new phan errors, part 3
Daimona Eaytoy
2019-10-12
1
-1
/
+1
*
Xhprof: Update comments now that HHVM is not supported
James D. Forrester
2019-10-11
1
-4
/
+2
*
SectionProfiler: Do not attempt to use null values as arrays
Máté Szabó
2019-09-16
1
-3
/
+9
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+1
*
Unsuppress more phan issues (part 3)
Daimona Eaytoy
2019-08-31
1
-0
/
+2
*
profiler: Centralise output responsibility from ProfilerOutputText to Profiler
Timo Tijhof
2019-08-28
3
-33
/
+41
*
profiler: Rename Profile::setTemplated to Profile::setAllowOutput
Timo Tijhof
2019-08-28
1
-10
/
+39
*
Move SectionProfileCallback to its own file
Reedy
2019-04-14
2
-26
/
+48
*
Fix/suppress misc phan errors (#5)
Kunal Mehta
2019-04-05
1
-0
/
+2
*
Deprecate Profiler::profileIn and Profiler::profileOut stubs
Aaron Schulz
2019-03-14
1
-1
/
+2
*
Avoid sending duplicate ProfilerOutputText comments/html
Aaron Schulz
2019-03-13
3
-10
/
+35
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+1
*
Rename WikiMap DB domain ID methods to reduce confusion with web domains
Aaron Schulz
2019-02-06
1
-1
/
+1
*
ProfilerExcimer: allow early start
Tim Starling
2018-12-17
1
-11
/
+27
*
Add ProfilerExcimer
Tim Starling
2018-12-07
2
-2
/
+132
*
Use new WikiMap::getCurrentWikiDomain() for objectcache and profiler keyspace
Aaron Schulz
2018-10-30
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Xhprof: support tideways-xhprof extension
Edward Chernenko
2018-06-19
1
-4
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
3
-7
/
+4
*
Use PHP 7 '<=>' operator in 'sort()' callbacks
Bartosz Dziewoński
2018-05-30
3
-9
/
+3
*
rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle()
Aaron Schulz
2018-05-09
1
-1
/
+1
*
rdbms: make IDatabase::onTransaction* methods pass the DB handle for convenience
Aaron Schulz
2018-04-24
1
-1
/
+2
*
Merge "Cleanup ProfilerOutputDb try/catch logic for DBErrors"
jenkins-bot
2018-03-26
1
-35
/
+48
|
\
|
*
Cleanup ProfilerOutputDb try/catch logic for DBErrors
Aaron Schulz
2018-03-25
1
-35
/
+48
[next]