Manual:$wgDebugFunctionEntry

This page is a translated version of the page Manual:$wgDebugFunctionEntry and the translation is 83% complete.
プロファイリング: $wgDebugFunctionEntry
wfProfileIn() および wfProfileOut() の呼び出しのたびにデバッグ メッセージの追加的な出力するかどうか。
導入されたバージョン:1.1.0
除去されたバージョン:1.25.0 (Gerrit change 183434; git #6d19ca42)
許容される値:(真偽値)
既定値:false (1.19-1.24)
0 (1.1-1.18)

詳細

wfProfileIn() および wfProfileOut() の呼び出しのたびにデバッグ メッセージの追加的な出力するかどうかです。

You also need to use a non-stub profiler to get these messages, see Manual:プロファイリング for more information about this.