X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=blobdiff_plain;f=StartProfiler.sample;h=bdf21396e2d7e5bbf55eb50950df95bc36f32eb7;hb=899f475d0dad8ea0a24f706fc8ac07e3097d6191;hp=7a8895799c33bdf3f8a37f094e9ab2d6197118fe;hpb=75afa93c3cd109e637024fe2825fe970412b6f40;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. *