Package trclib.timer
package trclib.timer
-
ClassesClassDescriptionThis class implements an elapsed timer to record elapsed time.This class provides high precision time with nanosecond precision but not necessarily nanosecond resolution (that is, how frequently the value changes).This class implements a low cost interval timer that will expire at the specified interval.This class implements a performance timer to record elapsed time and interval time of a periodic task.This class implements a stopwatch.This class implements a timer that will signal an event or make a notification callback when the time has expired.This class encapsulates the state of a timer that must be updated atomically.