MediaWiki  REL1_22
profile_point Class Reference

List of all members.

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

Detailed Description

Definition at line 166 of file profileinfo.php.


Constructor & Destructor Documentation

profile_point::__construct ( name,
count,
time,
memory 
)

Definition at line 174 of file profileinfo.php.

References $count, $name, $time, array(), count(), memory(), name(), and time().


Member Function Documentation

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 270 of file profileinfo.php.

References time().

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 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().


Member Data Documentation

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.


The documentation for this class was generated from the following file: