Handbuch:$wgDebugFunctionEntry
Appearance
Diese Funktion wurde in der Version 1.25.0 vollständig entfernt. |
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) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
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.