X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=5024192dd24f02d54ec98b020e5bc15dce0313dc;hb=723a59730757cf31629027a567785145c5c131fa;hp=148a55816fe9454fa41aa6583aab9fe983071577;hpb=c202712d19f085b584a82aa5766e891a20ddc64b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 148a55816f..5024192dd2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5275,9 +5275,9 @@ $wgUDPProfilerPort = '3811'; /** * Format string for the UDP profiler. The UDP profiler invokes sprintf() with - * (profile id, count, cpu, cpu_sq, real, real_sq, entry name) as arguments. - * You can use sprintf's argument numbering/swapping capability to repeat, - * re-order or omit fields. + * (profile id, count, cpu, cpu_sq, real, real_sq, entry name, memory) as + * arguments. You can use sprintf's argument numbering/swapping capability to + * repeat, re-order or omit fields. * * @see $wgStatsFormatString * @since 1.22