4 * To use a profiler, copy this file to StartProfiler.php,
5 * and add something like this:
7 * $wgProfiler['class'] = 'Profiler';
9 * Or for a sampling profiler:
10 * if ( !mt_rand( 0, 100 ) ) {
11 * $wgProfiler['class'] = 'Profiler';
13 * $wgProfiler['class'] = 'ProfilerStub';
16 * Configuration of the profiler output can be done in LocalSettings.php