UDP extension for ProfilerSimple, works together with 'udpprofile' daemon
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 0b94200..6e79fbc 100644 (file)
@@ -1057,6 +1057,10 @@ $wgProfileCallTree = false;
 /** If not empty, specifies profiler type to load */
 $wgProfilerType = '';
 
+/** Settings for UDP profiler */
+$wgUDPProfilerHost = '127.0.0.1';
+$wgUDPProfilerPort = '3811';
+
 /** Detects non-matching wfProfileIn/wfProfileOut calls */
 $wgDebugProfiling = false;
 /** Output debug message on every wfProfileIn/wfProfileOut */