MediaWiki REL1_31
|
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 172 of file profileinfo.php.
profile_point::__construct | ( | $name, | |
$count, | |||
$time, | |||
$memory ) |
Definition at line 181 of file profileinfo.php.
profile_point::add_child | ( | $child | ) |
Definition at line 189 of file profileinfo.php.
profile_point::callsPerRequest | ( | ) |
profile_point::count | ( | ) |
profile_point::display | ( | $expand, | |
$indent = 0.0 ) |
Definition at line 193 of file profileinfo.php.
References $e, $expand, callsPerRequest(), count(), div, getEscapedProfileUrl(), memory(), memoryPerCall(), name(), style, time(), timePerCall(), and wfPercent().
profile_point::fmttime | ( | ) |
Definition at line 284 of file profileinfo.php.
profile_point::memory | ( | ) |
Definition at line 255 of file profileinfo.php.
Referenced by display().
profile_point::memoryPerCall | ( | ) |
profile_point::memoryPerRequest | ( | ) |
Definition at line 279 of file profileinfo.php.
References $totalcount.
profile_point::name | ( | ) |
profile_point::time | ( | ) |
profile_point::timePerCall | ( | ) |
profile_point::timePerRequest | ( | ) |
Definition at line 274 of file profileinfo.php.
References $totalcount.
profile_point::$children |
Definition at line 177 of file profileinfo.php.
profile_point::$count |
Definition at line 175 of file profileinfo.php.
Referenced by __construct(), count(), memoryPerCall(), and timePerCall().
profile_point::$name |
Definition at line 174 of file profileinfo.php.
Referenced by __construct(), and name().
profile_point::$time |
Definition at line 176 of file profileinfo.php.
Referenced by __construct(), and time().
|
static |
Definition at line 179 of file profileinfo.php.
Referenced by callsPerRequest(), memoryPerRequest(), and timePerRequest().
|
static |
Definition at line 179 of file profileinfo.php.
|
static |
Definition at line 179 of file profileinfo.php.