MediaWiki  1.23.13
profile_point Class Reference

Public Member Functions

 __construct ( $name, $count, $time, $memory)
 
 add_child ( $child)
 
 callsPerRequest ()
 
 count ()
 
 display ( $expand, $indent=0.0)
 
 fmttime ()
 
 memory ()
 
 memoryPerCall ()
 
 memoryPerRequest ()
 
if( $ex) 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

◆ __construct()

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

◆ add_child()

profile_point::add_child (   $child)

Definition at line 182 of file profileinfo.php.

◆ callsPerRequest()

profile_point::callsPerRequest ( )

Definition at line 258 of file profileinfo.php.

References $totalcount, and count().

Referenced by compare_point(), and display().

◆ count()

profile_point::count ( )

Definition at line 238 of file profileinfo.php.

References $count.

Referenced by __construct(), callsPerRequest(), compare_point(), and display().

◆ display()

profile_point::display (   $expand,
  $indent = 0.0 
)

◆ fmttime()

profile_point::fmttime ( )

Definition at line 270 of file profileinfo.php.

References time().

◆ memory()

profile_point::memory ( )

Definition at line 246 of file profileinfo.php.

Referenced by __construct(), compare_point(), display(), memoryPerCall(), and memoryPerRequest().

◆ memoryPerCall()

profile_point::memoryPerCall ( )

Definition at line 254 of file profileinfo.php.

References $count, and memory().

Referenced by compare_point(), and display().

◆ memoryPerRequest()

profile_point::memoryPerRequest ( )

Definition at line 266 of file profileinfo.php.

References $totalcount, and memory().

Referenced by compare_point().

◆ name()

if ($ex) profile_point::name ( )

Definition at line 234 of file profileinfo.php.

References $name.

Referenced by __construct(), compare_point(), and display().

◆ time()

profile_point::time ( )

Definition at line 242 of file profileinfo.php.

References $time.

Referenced by __construct(), compare_point(), display(), fmttime(), timePerCall(), and timePerRequest().

◆ timePerCall()

profile_point::timePerCall ( )

Definition at line 250 of file profileinfo.php.

References $count, and time().

Referenced by compare_point(), and display().

◆ timePerRequest()

profile_point::timePerRequest ( )

Definition at line 262 of file profileinfo.php.

References $totalcount, and time().

Referenced by compare_point().

Member Data Documentation

◆ $children

profile_point::$children

Definition at line 170 of file profileinfo.php.

◆ $count

profile_point::$count

Definition at line 168 of file profileinfo.php.

Referenced by __construct(), count(), memoryPerCall(), and timePerCall().

◆ $name

profile_point::$name

Definition at line 167 of file profileinfo.php.

Referenced by __construct(), display(), and name().

◆ $time

profile_point::$time

Definition at line 169 of file profileinfo.php.

Referenced by __construct(), and time().

◆ $totalcount

profile_point::$totalcount
static

Definition at line 172 of file profileinfo.php.

Referenced by callsPerRequest(), memoryPerRequest(), and timePerRequest().

◆ $totalmemory

profile_point::$totalmemory
static

Definition at line 172 of file profileinfo.php.

◆ $totaltime

profile_point::$totaltime
static

Definition at line 172 of file profileinfo.php.


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