MediaWiki REL1_32
|
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.
profile_point::callsPerRequest | ( | ) |
Definition at line 278 of file profileinfo.php.
References $totalcount, and count().
Referenced by compare_point(), and display().
profile_point::count | ( | ) |
Definition at line 256 of file profileinfo.php.
References $count.
Referenced by __construct(), callsPerRequest(), compare_point(), and display().
profile_point::display | ( | $expand, | |
$indent = 0.0 |
|||
) |
Definition at line 202 of file profileinfo.php.
References $e, $expand, $name, as, callsPerRequest(), count(), div, getEscapedProfileUrl(), memory(), memoryPerCall(), name(), php, style, time(), timePerCall(), and wfPercent().
profile_point::fmttime | ( | ) |
Definition at line 293 of file profileinfo.php.
References time().
profile_point::memory | ( | ) |
Definition at line 264 of file profileinfo.php.
Referenced by __construct(), compare_point(), display(), memoryPerCall(), and memoryPerRequest().
profile_point::memoryPerCall | ( | ) |
Definition at line 273 of file profileinfo.php.
References $count, and memory().
Referenced by compare_point(), and display().
profile_point::memoryPerRequest | ( | ) |
Definition at line 288 of file profileinfo.php.
References $totalcount, and memory().
Referenced by compare_point().
profile_point::name | ( | ) |
Definition at line 252 of file profileinfo.php.
References $name.
Referenced by __construct(), compare_point(), and display().
profile_point::time | ( | ) |
Definition at line 260 of file profileinfo.php.
References $time.
Referenced by __construct(), compare_point(), display(), fmttime(), timePerCall(), and timePerRequest().
profile_point::timePerCall | ( | ) |
Definition at line 268 of file profileinfo.php.
References $count, and time().
Referenced by compare_point(), and display().
profile_point::timePerRequest | ( | ) |
Definition at line 283 of file profileinfo.php.
References $totalcount, and time().
Referenced by compare_point().
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(), display(), 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.