X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=StartProfiler.sample;h=bdf21396e2d7e5bbf55eb50950df95bc36f32eb7;hp=7a8895799c33bdf3f8a37f094e9ab2d6197118fe;hb=631e8695b15412ec16c31623cbd6e5aa3d6efb1e;hpb=0ef85dd8743a676562b3c68f8f4fc7ee50c467e2 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. *