Exponent v2.7.2

expTimer extends expSubsystem
in package

This is the class expTimer This class allows a user to to determine execution time of code blocks.

Tags
author

John Ciacia Sidewinder@extreme-hq.com

version
1.0
copyright

Copyright (c) 2007, John Ciacia

license

[url=http://opensource.org/licenses/gpl-license.php]Open Source Initiative OSI - The GPL:Licensing | Open Source Initiative[/url] GNU Public License

subpackage

Subsystems

Table of Contents

$elapsed  : mixed
$endtime  : mixed
$starttime  : mixed
$timername  : mixed
__construct()  : mixed
__get()  : null
Generic magic method
__isset()  : bool
Generic magic method
__set()  : mixed
Generic magic method We MUST create/set non-existing properties for Exponent code to work
__unset()  : mixed
Generic magic method
clear()  : mixed
elapsed()  : mixed
getTimerName()  : mixed
mark()  : mixed
setTimerName()  : mixed
start()  : mixed
stop()  : mixed
_compute()  : mixed
_time()  : mixed

Properties

$timername

public mixed $timername = "Exponent Internal Timer"

Methods

__construct()

public __construct([mixed $start = true ]) : mixed
Parameters
$start : mixed = true
Return values
mixed

__get()

Generic magic method

public __get( $property) : null
Parameters
$property :
Return values
null

__isset()

Generic magic method

public __isset( $property) : bool
Parameters
$property :
Return values
bool

__set()

Generic magic method We MUST create/set non-existing properties for Exponent code to work

public __set( $property,  $value) : mixed
Parameters
$property :
$value :
Return values
mixed

__unset()

Generic magic method

public __unset( $property) : mixed
Parameters
$property :
Return values
mixed

clear()

public clear() : mixed
Return values
mixed

elapsed()

public elapsed() : mixed
Return values
mixed

getTimerName()

public getTimerName() : mixed
Return values
mixed

mark()

public mark([mixed $reset = false ]) : mixed
Parameters
$reset : mixed = false
Return values
mixed

setTimerName()

public setTimerName(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

start()

public start() : mixed
Return values
mixed

stop()

public stop() : mixed
Return values
mixed

_compute()

private _compute() : mixed
Return values
mixed

_time()

private _time() : mixed
Return values
mixed

Search results