|
MediaWiki
REL1_23
|
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 166 of file profileinfo.php.
| profile_point::__construct | ( | $ | name, |
| $ | count, | ||
| $ | time, | ||
| $ | memory | ||
| ) |
| profile_point::add_child | ( | $ | child | ) |
Definition at line 182 of file profileinfo.php.
Definition at line 258 of file profileinfo.php.
References $totalcount, and count().
Referenced by compare_point(), and display().
Definition at line 238 of file profileinfo.php.
Referenced by __construct(), callsPerRequest(), compare_point(), display(), memoryPerCall(), and timePerCall().
| profile_point::display | ( | $ | expand, |
| $ | indent = 0.0 |
||
| ) |
Definition at line 186 of file profileinfo.php.
References $e, $expand, $name, array(), as, callsPerRequest(), count(), getEscapedProfileUrl(), memory(), memoryPerCall(), name(), php, time(), timePerCall(), and wfPercent().
Definition at line 270 of file profileinfo.php.
References time().
Definition at line 246 of file profileinfo.php.
Referenced by __construct(), compare_point(), display(), memoryPerCall(), and memoryPerRequest().
Definition at line 254 of file profileinfo.php.
References count(), and memory().
Referenced by compare_point(), and display().
Definition at line 266 of file profileinfo.php.
References $totalcount, and memory().
Referenced by compare_point().
Definition at line 234 of file profileinfo.php.
Referenced by __construct(), compare_point(), and display().
Definition at line 242 of file profileinfo.php.
Referenced by __construct(), compare_point(), display(), fmttime(), timePerCall(), and timePerRequest().
Definition at line 250 of file profileinfo.php.
References count(), and time().
Referenced by compare_point(), and display().
Definition at line 262 of file profileinfo.php.
References $totalcount, and time().
Referenced by compare_point().
| profile_point::$children |
Definition at line 170 of file profileinfo.php.
| profile_point::$count |
Definition at line 168 of file profileinfo.php.
Referenced by __construct().
| profile_point::$name |
Definition at line 167 of file profileinfo.php.
Referenced by __construct(), and display().
| profile_point::$time |
Definition at line 169 of file profileinfo.php.
Referenced by __construct().
profile_point::$totalcount [static] |
Definition at line 172 of file profileinfo.php.
Referenced by callsPerRequest(), memoryPerRequest(), and timePerRequest().
profile_point::$totalmemory [static] |
Definition at line 172 of file profileinfo.php.
profile_point::$totaltime [static] |
Definition at line 172 of file profileinfo.php.