aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/Timing.php
Commit message (Expand)AuthorAgeFilesLines
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Remove unneeded @return documentationUmherirrender2021-01-251-1/+0
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+2
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-1/+1
* Remove internal use of deprecated $wgRequestTimeKevin Israel2018-03-181-3/+1
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* Timing::measure(): handle missing marks betterOri Livneh2015-12-101-3/+30
* Add Timing interfaceOri Livneh2015-11-031-0/+168