Element index for package Timer

[ a ] [ g ] [ i ] [ l ] [ r ] [ s ] [ t ] [ _ ]



'_'

$_running
in file Timer.class.php, variable Gumbo_Timer::$_running
$_stopped
in file Timer.class.php, variable Gumbo_Timer::$_stopped
$_times
in file Timer.class.php, variable Gumbo_Timer::$_times
__construct
in file Timer.class.php, method Gumbo_Timer::__construct()
    Constructor
top



'a'

average
in file Timer.class.php, method Gumbo_Timer::average()
    Returns the average time between Laps
average
in file Timer.class.php, method Gumbo_Interface_Timer::average()
    Returns the average time between Laps
top



'g'

Gumbo_Interface_Timer
in file Timer.class.php, class Gumbo_Interface_Timer
    Timer Interface
Gumbo_Timer
in file Timer.class.php, class Gumbo_Timer
    Timer Class
top



'i'

isRunning
in file Timer.class.php, method Gumbo_Timer::isRunning()
    Returns if the Timer is running (or has been started)
isRunning
in file Timer.class.php, method Gumbo_Interface_Timer::isRunning()
    Returns if the Timer is running (or has been started)
isStopped
in file Timer.class.php, method Gumbo_Timer::isStopped()
    Returns if the Timer is stopped
isStopped
in file Timer.class.php, method Gumbo_Interface_Timer::isStopped()
    Returns if the Timer is stopped
top



'l'

lap
in file Timer.class.php, method Gumbo_Timer::lap()
    Saves the Mark (or Lap)
lap
in file Timer.class.php, method Gumbo_Interface_Timer::lap()
    Saves the Mark (or Lap)
laps
in file Timer.class.php, method Gumbo_Timer::laps()
    Returns the number of Laps
laps
in file Timer.class.php, method Gumbo_Interface_Timer::laps()
    Returns the number of Laps
top



'r'

reset
in file Timer.class.php, method Gumbo_Timer::reset()
    Resets the Timer
reset
in file Timer.class.php, method Gumbo_Interface_Timer::reset()
    Resets the Timer
top



's'

stamp
in file Timer.class.php, method Gumbo_Timer::stamp()
    Returns the actual microtime value of the given lap (0 => start time)
stamp
in file Timer.class.php, method Gumbo_Interface_Timer::stamp()
    Returns the actual microtime value of the given lap (0 => start time)
start
in file Timer.class.php, method Gumbo_Timer::start()
    Starts the Timer by recording the current time stamp
start
in file Timer.class.php, method Gumbo_Interface_Timer::start()
    Starts the Timer by recording the current time stamp
startTime
in file Timer.class.php, method Gumbo_Timer::startTime()
    Returns the start time
startTime
in file Timer.class.php, method Gumbo_Interface_Timer::startTime()
    Returns the start time
stop
in file Timer.class.php, method Gumbo_Timer::stop()
    Stops the Timer by recording the current time stamp
stop
in file Timer.class.php, method Gumbo_Interface_Timer::stop()
    Stops the Timer by recording the current time stamp
stopTime
in file Timer.class.php, method Gumbo_Timer::stopTime()
    Returns the stop time
stopTime
in file Timer.class.php, method Gumbo_Interface_Timer::stopTime()
    Returns the stop time
top



't'

Timer.class.php
procedural page Timer.class.php
time
in file Timer.class.php, method Gumbo_Timer::time()
    Returns the time difference from the given lap to the previous lap
time
in file Timer.class.php, method Gumbo_Interface_Timer::time()
    Returns the time difference from the given lap to the previous lap
Timer.class.php
procedural page Timer.class.php
top