aboutsummaryrefslogtreecommitdiffstats
path: root/includes/profiler/output
Commit message (Expand)AuthorAgeFilesLines
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* profiler: Remove ProfilerOutputDb and profileinfo.php entry pointTimo Tijhof2019-11-061-112/+0
* Fix new phan errors, part 8Daimona Eaytoy2019-10-222-1/+5
* profiler: Deprecate ProfilerOutputDb and profileinfo.phpTimo Tijhof2019-10-151-0/+2
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* profiler: Centralise output responsibility from ProfilerOutputText to ProfilerTimo Tijhof2019-08-282-31/+35
* Avoid sending duplicate ProfilerOutputText comments/htmlAaron Schulz2019-03-132-0/+14
* Add ProfilerExcimerTim Starling2018-12-071-2/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-302-6/+3
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-1/+1
* 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
* Cleanup ProfilerOutputDb try/catch logic for DBErrorsAaron Schulz2018-03-251-35/+48
* Treat phpdbg as run from the command line when checking PHP_SAPIKunal Mehta2018-01-031-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-1/+0
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-0/+2
* Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory()WMDE-Fisch2017-03-171-1/+2
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-172-6/+6
* Remove unused $wgStatsMethod and related UDPProfiler variablesTimo Tijhof2015-12-071-3/+0
* Remove old ProfilerOutputUdp classAaron Schulz2015-10-211-96/+0
* Move StatsD key normalization from ProfilerOutputStats to BufferingStatsdData...Ori Livneh2015-07-131-24/+2
* Made text profiler output a bit less noisy by bumping "thresholdMs"Aaron Schulz2015-06-261-1/+1
* Fix some PHPCS issuesJackmcbarn2015-06-261-1/+5
* HTTPS-ify links to Wikimedia's sites in MW core sourceAlex Monk2015-06-131-1/+1
* ProfilerOutputStats: replace single ':' with '.', tooOri Livneh2015-05-211-1/+1
* ProfilerOutputStats: allow a key prefix to be specifiedOri Livneh2015-05-211-5/+24
* ProfilerOutputStats: tweak stat key normalizationOri Livneh2015-05-141-0/+1
* Introduce ProfilerOutputStatsOri Livneh2015-04-021-0/+57
* profiler: Consolidate duplicate branches in ProfilerOutputTextTimo Tijhof2015-03-311-3/+1
* Made text profiling actually work with load.phpAaron Schulz2015-03-311-1/+1
* Allow dumping raw xhprof data for consumption by xhprof GUIStanislav Malyshev2015-03-041-0/+51
* Fixed spacingumherirrender2014-12-053-6/+6
* Revert "Remove deprecated profiling config parameters, clarify docs"Aaron Schulz2014-12-042-0/+10
* Remove deprecated profiling config parameters, clarify docsChad Horohoe2014-12-042-10/+0
* Deprecated $wgProfilePerHostChad Horohoe2014-12-031-7/+16
* Deprecated $wgUDPProfilerHost, $wgUDPProfilerPort and $wgUDPProfilerFormatStringChad Horohoe2014-12-031-5/+36
* Merge "Fixed some incorrect Profiler comments"jenkins-bot2014-11-182-7/+0
|\
| * Fixed some incorrect Profiler commentsAaron Schulz2014-11-182-7/+0
* | Merge "Use upsert() in ProfilerOutputDb"jenkins-bot2014-11-181-26/+11
|\ \ | |/ |/|
| * Use upsert() in ProfilerOutputDbAaron Schulz2014-11-181-26/+11
* | ProfilerOutput: Remove logStandardData() and make log() abstractChad Horohoe2014-11-184-11/+4
|/
* Refactor profiling output from profilingChad Horohoe2014-11-174-0/+315