Fixed class name typo in docs
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 3 Apr 2015 00:42:41 +0000 (17:42 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 3 Apr 2015 00:43:37 +0000 (17:43 -0700)
Change-Id: Ifc73af824b31fc2f709b777397896f605fe6dfff

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.
  *