com.yobotics.simulationconstructionset.time
Class GlobalTimer

java.lang.Object
  extended by com.yobotics.simulationconstructionset.time.GlobalTimer

public class GlobalTimer
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2007

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
GlobalTimer(java.lang.String timerName, YoVariableRegistry parentRegistry)
           
 
Method Summary
 double getElapsedTime()
           
static java.lang.String listAverageDurations()
           
static java.lang.String listNamesOfAverageDurations()
           
static void setupGUI(SimulationConstructionSet scs)
           
 void startTimer()
           
 void stopTimer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalTimer

public GlobalTimer(java.lang.String timerName,
                   YoVariableRegistry parentRegistry)
Method Detail

startTimer

public void startTimer()

stopTimer

public void stopTimer()

listNamesOfAverageDurations

public static java.lang.String listNamesOfAverageDurations()

listAverageDurations

public static java.lang.String listAverageDurations()

getElapsedTime

public double getElapsedTime()

setupGUI

public static void setupGUI(SimulationConstructionSet scs)