X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;ds=sidebyside;f=StartProfiler.sample;h=bdf21396e2d7e5bbf55eb50950df95bc36f32eb7;hb=3577973107e642493a58d2a6580a99d3dff0137b;hp=7a8895799c33bdf3f8a37f094e9ab2d6197118fe;hpb=0ef85dd8743a676562b3c68f8f4fc7ee50c467e2;p=lhc%2Fweb%2Fwiklou.git 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. *