| Interface | Description |
|---|---|
| MediaTimer |
Provides a pluggable mechanism for delivering high resolution timing
information.
|
| Class | Description |
|---|---|
| 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. |
Copyright © 2015. All rights reserved.