Handbuch:$wgDebugFunctionEntry

From mediawiki.org
This page is a translated version of the page Manual:$wgDebugFunctionEntry and the translation is 50% complete.
Profilierung: $wgDebugFunctionEntry
Whether to additionally output a debug message on every wfProfileIn() and wfProfileOut() call.
Eingeführt in Version:1.1.0
Entfernt in Version:1.25.0 (Gerrit change 183434; git #6d19ca42)
Erlaubte Werte:(Wahrheitswert)
Standardwert:false (1.19-1.24)
0 (1.1-1.18)

Details

Whether to additionally output a debug message on every wfProfileIn() and wfProfileOut() call.

You also need to use a non-stub profiler to get these messages, see Manual:Profiling for more information about this.