MediaWiki REL1_34
|
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 184 of file profileinfo.php.
profile_point::__construct | ( | $name, | |
$count, | |||
$time, | |||
$memory | |||
) |
profile_point::add_child | ( | $child | ) |
Definition at line 201 of file profileinfo.php.
References $count.
profile_point::callsPerRequest | ( | ) |
Definition at line 281 of file profileinfo.php.
References $totalcount, and count().
Referenced by compare_point(), and display().
profile_point::count | ( | ) |
Definition at line 259 of file profileinfo.php.
References $count.
Referenced by __construct(), callsPerRequest(), compare_point(), and display().
profile_point::display | ( | $expand, | |
$indent = 0.0 |
|||
) |
Definition at line 205 of file profileinfo.php.
References $count, $expand, $name, callsPerRequest(), count(), getEscapedProfileUrl(), memory(), memoryPerCall(), name(), time(), timePerCall(), and wfPercent().
profile_point::fmttime | ( | ) |
Definition at line 296 of file profileinfo.php.
profile_point::memory | ( | ) |
Definition at line 267 of file profileinfo.php.
References $count.
Referenced by __construct(), compare_point(), display(), memoryPerCall(), and memoryPerRequest().
profile_point::memoryPerCall | ( | ) |
Definition at line 276 of file profileinfo.php.
References $count, and memory().
Referenced by compare_point(), and display().
profile_point::memoryPerRequest | ( | ) |
Definition at line 291 of file profileinfo.php.
References $totalcount, and memory().
Referenced by compare_point().
profile_point::name | ( | ) |
Definition at line 255 of file profileinfo.php.
References $name.
Referenced by __construct(), compare_point(), and display().
profile_point::time | ( | ) |
Definition at line 263 of file profileinfo.php.
References $time.
Referenced by __construct(), compare_point(), display(), fmttime(), timePerCall(), and timePerRequest().
profile_point::timePerCall | ( | ) |
Definition at line 271 of file profileinfo.php.
References $count, and time().
Referenced by compare_point(), and display().
profile_point::timePerRequest | ( | ) |
Definition at line 286 of file profileinfo.php.
References $totalcount, and time().
Referenced by compare_point().
profile_point::$children |
Definition at line 189 of file profileinfo.php.
profile_point::$count |
Definition at line 187 of file profileinfo.php.
Referenced by __construct(), add_child(), count(), display(), fmttime(), memory(), memoryPerCall(), and timePerCall().
profile_point::$name |
Definition at line 186 of file profileinfo.php.
Referenced by __construct(), display(), and name().
profile_point::$time |
Definition at line 188 of file profileinfo.php.
Referenced by __construct(), and time().
|
static |
Definition at line 191 of file profileinfo.php.
Referenced by callsPerRequest(), memoryPerRequest(), and timePerRequest().
|
static |
Definition at line 191 of file profileinfo.php.
|
static |
Definition at line 191 of file profileinfo.php.