Manual:$wgUDPProfilerFormatString
Appearance
Esta función se eliminó del núcleo de MediaWiki en la versión 1.27.0. Véase $wgProfiler para encontrar una forma alternativa de usar esta función. |
Profiling: $wgUDPProfilerFormatString | |
---|---|
Format string for UDP profiler. |
|
Introducido en la versión: | 1.22.0 (Gerrit change 87030; git #2bad0b96) |
Desaconsejado en versión: | 1.25.0 (Gerrit change 177277; git #10f06831) |
Eliminado en la versión: | 1.27.0 (Gerrit change 257404; git #487265cd) |
Valores permitidos: | (string) |
Valor predeterminado: | null (MW 1.25+)"%s - %d %f %f %f %f %s\n" (MW 1.6–1.24) |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.