X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerXhprof.php;h=55a5a1f43fa8e4ec5770088031873cb2b90f54bb;hb=138298b397b308ad6e4bfc7088884d90e8ac1e37;hp=2f2be4727a9ecfac7a77bc67f4fe2cebad4cb6a9;hpb=264c8892d66b911498cc9d84f9f6fd288ddcceb2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerXhprof.php b/includes/profiler/ProfilerXhprof.php index 2f2be4727a..55a5a1f43f 100644 --- a/includes/profiler/ProfilerXhprof.php +++ b/includes/profiler/ProfilerXhprof.php @@ -43,16 +43,16 @@ * ($wgProfiler['exclude']) containing an array of function names. * Shell-style patterns are also accepted. * - * It is also possible to use the Tideways PHP extension, which is mostly - * a drop-in replacement for Xhprof. Just change the XHPROF_FLAGS_* constants - * to TIDEWAYS_FLAGS_*. + * This also supports Tideways-XHProf PHP extension, which is mostly a drop-in + * replacement for Xhprof (replace XHPROF_FLAGS_* with XHPROF_TIDEWAYS_FLAGS_*), + * as well as the older (discontinued) Tideways extension (TIDEWAYS_FLAGS_*). * * @copyright © 2014 Wikimedia Foundation and contributors * @ingroup Profiler * @see Xhprof * @see https://php.net/xhprof * @see https://github.com/facebook/hhvm/blob/master/hphp/doc/profiling.md - * @see https://github.com/tideways/php-profiler-extension + * @see https://github.com/tideways/php-xhprof-extension */ class ProfilerXhprof extends Profiler { /**