aboutsummaryrefslogtreecommitdiffstats
path: root/includes/profiler/ProfilerXhprof.php
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation for Tideways XHProf flagsKosta Harlan2020-02-101-1/+1
* Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
* Xhprof: Update comments now that HHVM is not supportedJames D. Forrester2019-10-111-4/+2
* Xhprof: support tideways-xhprof extensionEdward Chernenko2018-06-191-4/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-4/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
* Merge "build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0"jenkins-bot2017-06-271-1/+1
|\
| * build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* | Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-2/+1
|/
* profiler: Support tideways for PHP7 profilingKunal Mehta2016-12-061-0/+5
* Decouple Xhprof profiling from profiling data processingOri Livneh2016-05-121-5/+19
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Improve ProfilerXhprof's blacklist/whitelist capabilitiesOri Livneh2015-05-211-9/+36
* Allow dumping raw xhprof data for consumption by xhprof GUIStanislav Malyshev2015-03-041-0/+8
* Merge "Made profileIn/profileOut methods a no-op"jenkins-bot2015-01-081-22/+0
|\
| * Made profileIn/profileOut methods a no-opAaron Schulz2015-01-081-22/+0
* | Added ProfilerSectionOnly classAaron Schulz2015-01-081-4/+3
|/
* Removed ProfilerStandard and ProfilerSimpleTraceAaron Schulz2015-01-071-4/+1
* xhprof: Guard against division by 0Bryan Davis2014-12-181-1/+1
* xhprof: discard section profiler running totalsBryan Davis2014-12-171-0/+5
* xhprof: Fix magnitude of %real measurements from scoped profilerBryan Davis2014-12-171-1/+1
* Remove $logType and $visible, leftover from before output refactoringChad Horohoe2014-12-091-21/+0
* Made xhprof scopedProfileIn() work via merging SectionProfiler resultsAaron Schulz2014-12-081-18/+23
* Refactored xhprof getFunctionReport() to use getFunctionStats()Aaron Schulz2014-12-081-13/+18
* Removed unused getSummaryReport methodAaron Schulz2014-12-081-32/+0
* Fixed spacingumherirrender2014-12-051-2/+2
* Switched hook profiling to use scopedProfileInAaron Schulz2014-12-041-1/+3
* Merge "Remove Profiler::isStub()"jenkins-bot2014-12-041-4/+0
|\
| * Remove Profiler::isStub()Chad Horohoe2014-12-031-4/+0
* | Removed useless "use" clause from closureAaron Schulz2014-12-031-1/+1
|/
* Removed bogus argument in frame profiling methodAaron Schulz2014-12-011-1/+1
* Remove '@section LICENSE'Timo Tijhof2014-11-261-1/+0
* Added custom frame support to ProfilerAaron Schulz2014-11-251-0/+17
* Remove calls to legacy Profiler::debug()Bryan Davis2014-11-191-8/+0
* Refactor profiling output from profilingChad Horohoe2014-11-171-250/+17
* Avoid sending spammy @X xhprof entries over UDPAaron Schulz2014-11-141-0/+3
* Remove per-template profilingChad Horohoe2014-11-121-5/+0
* Enable profiling via xhprofBryan Davis2014-11-081-0/+479