Remove deprecated profiling config parameters, clarify docs
[lhc/web/wiklou.git] / StartProfiler.sample
index d20c0e1..fad43b5 100644 (file)
  *  $wgProfiler['visible'] = true;
  *
  * The 'db' output expects a database table that can be created by applying
- * maintenance/archives/patch-profiling.sql to your database.
+ * maintenance/archives/patch-profiling.sql to your database. You can also
+ * set $wgProfiler['perHost'] to true to store this data on a per-host basis.
+ *
+ * 'udp' also has additional parameters of 'udphost', 'udpport' and 'udpformat'
+ * for the destination host, port and line format.
  *
  * For a rudimentary sampling profiler:
  *   $wgProfiler['class'] = 'ProfilerStandard';