Manual:$wgDebugFunctionEntry
From MediaWiki.org
Profiling: $wgDebugFunctionEntry | |
---|---|
Whether to additionally output a debug message on every wfProfileIn() and wfProfileOut() call. |
|
Introduced in version: | 1.1.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | false (since 1.19) 0 (prior to 1.19) |
Other settings: Alphabetical | By Function
Details[edit | edit source]
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.