Class QTimer
QTimer class can help you lightweight profiling of your applications. Use it to measure how long tasks take.
protected
|
#
__construct( string $strName, boolean $blnStart = false )
QTimer - private constructor (Factory Pattern) |
public
|
|
public
float
|
|
public
flat
|
|
public
float
|
|
public
string
|
|
public
|
|
public static
|
|
public static
float
|
|
public static
float
|
|
public static
float
|
|
public static
|
|
protected static
|
|
public static
string|
|
protected
string
|
$strName
Name of the timer |
|
protected
integer
|
$intCountStarted
Total count of timer starts |
#
0
|
protected
float
|
$fltTimeStart
Timer start time. If -1, then timer is not started |
#
-1
|
protected
float
|
$fltTime
Timer run time. If timer is stopped, then execution time is kept here |
#
0
|
protected static
|
$objTimerArray
Array of QTime instances |
#
array()
|