Manual:$wgUDPProfilerFormatString

This page is a translated version of the page Manual:$wgUDPProfilerFormatString and the translation is 100% complete.
Profileren: $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)

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