Manual:$wgUDPProfilerFormatString
この機能は、バージョン 1.27.0 で MediaWiki コアから除去されました。 この機能を使用するための代替方法については $wgProfiler を参照してください。 |
プロファイリング: $wgUDPProfilerFormatString | |
---|---|
UDP プロファイラーの書式文字列。 |
|
導入されたバージョン: | 1.22.0 (Gerrit change 87030; git #2bad0b96) |
廃止予定になったバージョン: | 1.25.0 (Gerrit change 177277; git #10f06831) |
除去されたバージョン: | 1.27.0 (Gerrit change 257404; git #487265cd) |
許容される値: | (文字列) |
既定値: | null (MW 1.25+)"%s - %d %f %f %f %f %s\n" (MW 1.6–1.24) |
その他の設定: アルファベット順 | 機能順 |
詳細
Format string for the UDP profiler. The UDP profiler invokes sprintf() with (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.
MediaWiki 1.25 以降では、代わりに $wgProfiler ['udpformat']
を設定してください。