com.yobotics.simulationconstructionset.time
Class GlobalTimer
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalTimer
public GlobalTimer(java.lang.String timerName,
YoVariableRegistry parentRegistry)
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)