Public Member Functions | |
profile_point ($name, $count, $time, $memory) | |
add_child ($child) | |
display ($indent=0.0) | |
name () | |
count () | |
time () | |
memory () | |
timePerCall () | |
memoryPerCall () | |
callsPerRequest () | |
timePerRequest () | |
memoryPerRequest () | |
fmttime () | |
Public Attributes | |
$name | |
$count | |
$time | |
$children |
Definition at line 88 of file profileinfo.php.
profile_point::add_child | ( | $ | child | ) |
Definition at line 102 of file profileinfo.php.
profile_point::callsPerRequest | ( | ) |
profile_point::count | ( | ) |
Definition at line 153 of file profileinfo.php.
Referenced by callsPerRequest(), display(), memoryPerCall(), profile_point(), and timePerCall().
profile_point::display | ( | $ | indent = 0.0 |
) |
Definition at line 106 of file profileinfo.php.
References $expand, $name, $url, callsPerRequest(), count(), memory(), memoryPerCall(), name(), time(), timePerCall(), and wfPercent().
profile_point::fmttime | ( | ) |
profile_point::memory | ( | ) |
Definition at line 161 of file profileinfo.php.
Referenced by display(), memoryPerCall(), memoryPerRequest(), and profile_point().
profile_point::memoryPerCall | ( | ) |
Definition at line 169 of file profileinfo.php.
References count(), and memory().
Referenced by display().
profile_point::memoryPerRequest | ( | ) |
profile_point::name | ( | ) |
profile_point::profile_point | ( | $ | name, | |
$ | count, | |||
$ | time, | |||
$ | memory | |||
) |
profile_point::time | ( | ) |
Definition at line 157 of file profileinfo.php.
Referenced by display(), fmttime(), profile_point(), timePerCall(), and timePerRequest().
profile_point::timePerCall | ( | ) |
Definition at line 165 of file profileinfo.php.
References count(), and time().
Referenced by display().
profile_point::timePerRequest | ( | ) |
profile_point::$children |
Definition at line 92 of file profileinfo.php.
profile_point::$count |
profile_point::$name |
profile_point::$time |