[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/profiler/ -> ProfilerSimpleText.php (summary)

Profiler showing output in page source. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 82 lines (3 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

ProfilerSimpleText:: (5 methods):
  __construct()
  collateOnly()
  logData()
  sort()
  format()


Class: ProfilerSimpleText  - X-Ref

The least sophisticated profiler output class possible, view your source! :)

Put the following 2 lines in StartProfiler.php:

$wgProfiler['class'] = 'ProfilerSimpleText';
$wgProfiler['visible'] = true;

__construct( $profileConfig )   X-Ref
No description

collateOnly()   X-Ref
No description

logData()   X-Ref
No description

sort( $a, $b )   X-Ref
No description

format( $item, $key, $totalReal )   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1