Package com.threerings.media.timer

Interface Summary
MediaTimer Provides a pluggable mechanism for delivering high resolution timing information.
 

Class Summary
CalibratingTimer Calibrates timing values from a subclass' implementation of current against those returned by System.currentTimeMillis.
MillisTimer Implements the MediaTimer interface using System.currentTimeMillis() to obtain timing information.
NanoTimer Uses the System.nanoTime() method introduced in 1.5 to try to obtain higher resolution timestamps than those available via System.currentTimeMillis().
PerfTimer Deprecated. Use NanoTimer instead.