Příručka:$wgDebugFunctionEntry

From mediawiki.org
This page is a translated version of the page Manual:$wgDebugFunctionEntry and the translation is 50% complete.
Profilování: $wgDebugFunctionEntry
Whether to additionally output a debug message on every wfProfileIn() and wfProfileOut() call.
Zavedeno od verze:1.1.0
Odstraněno od verze:1.25.0 (Gerrit change 183434; git #6d19ca42)
Povolené hodnoty:(boolean)
Výchozí hodnota:false (1.19-1.24)
0 (1.1-1.18)

Podrobnosti

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.