From 588783ec0e4c868a2538fa8d46c7071bc3bda8bc Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 2 Apr 2015 17:42:41 -0700 Subject: [PATCH] Fixed class name typo in docs Change-Id: Ifc73af824b31fc2f709b777397896f605fe6dfff --- StartProfiler.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StartProfiler.sample b/StartProfiler.sample index 7a8895799c..bdf21396e2 100644 --- a/StartProfiler.sample +++ b/StartProfiler.sample @@ -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. * -- 2.20.1