Manual:$wgUDPProfilerFormatString
![]() | 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 voor de UDP-profiler |
|
Geïntroduceerd in versie: | 1.22.0 (Gerrit change 87030; git #2bad0b96) |
Verouderd in versie: | 1.25.0 (Gerrit change 177277; git #10f06831) |
Verwijderd in versie: | 1.27.0 (Gerrit change 257404; git #487265cd) |
Toegelaten waardes: | (string) |
Standaardwaarde: | null (MW 1.25+)"%s - %d %f %f %f %f %s\n" (MW 1.6–1.24) |
Andere instellingen: Alfabetisch | Per functie |
Details
Format string voor de UDP-profiler. De UDP-profiler roept sprintf() op met (profile id, count, cpu, cpu_sq, real, real_sq, entry name, memory) als argumenten. U kunt sprintf's argumentatie nummering/swapping mogelijkheid gebruiken om velden te herhalen, opnieuw te rangschikken of weg te laten.
In MediaWiki 1.25 en later, stel in plaats daarvan $wgProfiler ['udpformat']
in.
Zie ook
Categories:
- MediaWiki configuration settings/nl
- MediaWiki configuration settings 1.22.0/nl
- MediaWiki configuration settings introduced in version 1.22.0/nl
- MediaWiki configuration settings deprecated in version 1.25.0/nl
- MediaWiki configuration settings removed in version 1.27.0/nl
- MediaWiki deprecated or obsolete features/nl
- Debug variables/nl