Merge "Use our fork of less.php" into REL1_31
[lhc/web/wiklou.git] / StartProfiler.sample
index 7a88957..bdf2139 100644 (file)
@@ -28,7 +28,7 @@
  * write dump files. The files produced are compatible with the XHProf gui.
  * For a rudimentary sampling profiler:
  *   $wgProfiler['class'] = 'ProfilerXhprof';
- *   $wgProfiler['output'] = array( 'ProfilingOutputDb' );
+ *   $wgProfiler['output'] = array( 'ProfilerOutputDb' );
  *   $wgProfiler['sampling'] = 50; // one every 50 requests
  * This will use ProfilerStub for non-sampled cases.
  *