MediaWiki REL1_33
|
Public Member Functions | |
__construct ( $name, $count, $time, $memory) | |
add_child ( $child) | |
callsPerRequest () | |
count () | |
display ( $expand, $indent=0.0) | |
fmttime () | |
memory () | |
memoryPerCall () | |
memoryPerRequest () | |
name () | |
time () | |
timePerCall () | |
timePerRequest () | |
Public Attributes | |
$children | |
$count | |
$name | |
$time | |
Static Public Attributes | |
static | $totalcount |
static | $totalmemory |
static | $totaltime |
Definition at line 181 of file profileinfo.php.
profile_point::__construct | ( | $name, | |
$count, | |||
$time, | |||
$memory ) |
profile_point::add_child | ( | $child | ) |
Definition at line 198 of file profileinfo.php.
References and().
profile_point::callsPerRequest | ( | ) |
profile_point::count | ( | ) |
profile_point::display | ( | $expand, | |
$indent = 0.0 ) |
Definition at line 202 of file profileinfo.php.
References $e, $expand, and(), callsPerRequest(), count(), div, getEscapedProfileUrl(), memory(), memoryPerCall(), name(), style, time(), timePerCall(), and wfPercent().
profile_point::fmttime | ( | ) |
Definition at line 293 of file profileinfo.php.
References and().
profile_point::memory | ( | ) |
profile_point::memoryPerCall | ( | ) |
profile_point::memoryPerRequest | ( | ) |
Definition at line 288 of file profileinfo.php.
References $totalcount.
profile_point::name | ( | ) |
profile_point::time | ( | ) |
profile_point::timePerCall | ( | ) |
profile_point::timePerRequest | ( | ) |
Definition at line 283 of file profileinfo.php.
References $totalcount.
profile_point::$children |
Definition at line 186 of file profileinfo.php.
profile_point::$count |
Definition at line 184 of file profileinfo.php.
Referenced by __construct(), count(), memoryPerCall(), and timePerCall().
profile_point::$name |
Definition at line 183 of file profileinfo.php.
Referenced by __construct(), and name().
profile_point::$time |
Definition at line 185 of file profileinfo.php.
Referenced by __construct(), and time().
|
static |
Definition at line 188 of file profileinfo.php.
Referenced by callsPerRequest(), memoryPerRequest(), and timePerRequest().
|
static |
Definition at line 188 of file profileinfo.php.
|
static |
Definition at line 188 of file profileinfo.php.