MediaWiki
1.30.0
|
Public Member Functions | |
__construct ( $name, $count, $time, $memory) | |
add_child ( $child) | |
callsPerRequest () | |
count () | |
display ( $expand, $indent=0.0) | |
fmttime () | |
memory () | |
memoryPerCall () | |
memoryPerRequest () | |
< td class="mw-profileinfo-timep"></tr > if( $ex) | name () |
time () | |
timePerCall () | |
timePerRequest () | |
Public Attributes | |
$children | |
$count | |
$name | |
$time | |
Static Public Attributes | |
static | $totalcount |
static | $totalmemory |
static | $totaltime |
Definition at line 172 of file profileinfo.php.
profile_point::__construct | ( | $name, | |
$count, | |||
$time, | |||
$memory | |||
) |
profile_point::add_child | ( | $child | ) |
Definition at line 190 of file profileinfo.php.
profile_point::callsPerRequest | ( | ) |
Definition at line 272 of file profileinfo.php.
References $totalcount, and count().
Referenced by compare_point(), and display().
profile_point::count | ( | ) |
Definition at line 248 of file profileinfo.php.
References $count.
Referenced by __construct(), callsPerRequest(), compare_point(), and display().
profile_point::display | ( | $expand, | |
$indent = 0.0 |
|||
) |
Definition at line 194 of file profileinfo.php.
References $e, $expand, $name, as, callsPerRequest(), count(), getEscapedProfileUrl(), memory(), memoryPerCall(), name(), php, style, time(), timePerCall(), and wfPercent().
profile_point::fmttime | ( | ) |
Definition at line 290 of file profileinfo.php.
References time().
profile_point::memory | ( | ) |
Definition at line 256 of file profileinfo.php.
Referenced by __construct(), compare_point(), display(), memoryPerCall(), and memoryPerRequest().
profile_point::memoryPerCall | ( | ) |
Definition at line 266 of file profileinfo.php.
References $count, and memory().
Referenced by compare_point(), and display().
profile_point::memoryPerRequest | ( | ) |
Definition at line 284 of file profileinfo.php.
References $totalcount, and memory().
Referenced by compare_point().
Definition at line 244 of file profileinfo.php.
References $name.
Referenced by __construct(), compare_point(), and display().
profile_point::time | ( | ) |
Definition at line 252 of file profileinfo.php.
References $time.
Referenced by __construct(), compare_point(), display(), fmttime(), timePerCall(), and timePerRequest().
profile_point::timePerCall | ( | ) |
Definition at line 260 of file profileinfo.php.
References $count, and time().
Referenced by compare_point(), and display().
profile_point::timePerRequest | ( | ) |
Definition at line 278 of file profileinfo.php.
References $totalcount, and time().
Referenced by compare_point().
profile_point::$children |
Definition at line 178 of file profileinfo.php.
profile_point::$count |
Definition at line 176 of file profileinfo.php.
Referenced by __construct(), count(), memoryPerCall(), and timePerCall().
profile_point::$name |
Definition at line 175 of file profileinfo.php.
Referenced by __construct(), display(), and name().
profile_point::$time |
Definition at line 177 of file profileinfo.php.
Referenced by __construct(), and time().
|
static |
Definition at line 180 of file profileinfo.php.
Referenced by callsPerRequest(), memoryPerRequest(), and timePerRequest().
|
static |
Definition at line 180 of file profileinfo.php.
|
static |
Definition at line 180 of file profileinfo.php.