wiki.techinc.nl/includes/profiler
Edward Chernenko 9d4a7e4d75 Xhprof: support tideways-xhprof extension
The "tideways" extension was renamed by their developers, see
https://tideways.com/profiler/blog/releasing-new-tideways-xhprof-extension

While doing so, they also renamed enable/disable functions:
tideways_enable -> tideways_xhprof_enable
tideways_disable -> tideways_xhprof_disable

Change-Id: I63bc97dba461dd46241a094dfc59439c0d28a219
2018-06-19 14:43:40 +00:00
..
output Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Profiler.php Fix Profiler::getOutputs() type documentation 2018-02-22 10:58:36 -08:00
ProfilerSectionOnly.php Use PHP 7 '<=>' operator in 'sort()' callbacks 2018-05-30 18:05:20 -07:00
ProfilerStub.php
ProfilerXhprof.php Xhprof: support tideways-xhprof extension 2018-06-19 14:43:40 +00:00
SectionProfiler.php