Manual:$wgUDPProfilerFormatString/de-formal
![]() | This feature was removed from MediaWiki core in version 1.27.0. Please see $wgProfiler for an alternative way to use this feature. |
Profiling: $wgUDPProfilerFormatString | |
---|---|
Format string for UDP profiler. |
|
Eingeführt in Version: | 1.22.0 (Gerrit change 87030; git #2bad0b96) |
Veraltet in Version: | 1.25.0 (Gerrit change 177277; git #10f06831) |
Entfernt in Version: | 1.27.0 (Gerrit change 257404; git #487265cd) |
Erlaubte Werte: | (string) |
Standardwert: | null (MW 1.25+)"%s - %d %f %f %f %f %s\n" (MW 1.6–1.24) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Format string for the UDP profiler. The UDP profiler invokes sprintf() with (profile id, count, cpu, cpu_sq, real, real_sq, entry name, memory) as arguments. You can use sprintf's argument numbering/swapping capability to repeat, re-order or omit fields.
In MediaWiki 1.25 and later, set $wgProfiler ['udpformat']
instead.
See also
Categories:
- MediaWiki configuration settings/de-formal
- MediaWiki configuration settings 1.22.0/de-formal
- MediaWiki configuration settings introduced in version 1.22.0/de-formal
- MediaWiki configuration settings deprecated in version 1.25.0/de-formal
- MediaWiki configuration settings removed in version 1.27.0/de-formal
- MediaWiki deprecated or obsolete features/de-formal
- Debug variables/de-formal