Package org.e2etrace.timer

Provides various timer implementations to measure the duration of a single trace step.

See:
          Description

Interface Summary
ITimer Timers are able to measure the duration between start() and measure in ms.
ITimerFactory Factory for ITimer instances.
 

Class Summary
DefaultTimer Default ITimer implementation.
DefaultTimerFactory Default Factory class for Timer instances.
ExactTimer Timer Implementation with high accuracy regardless of the operating system.
PrintTimerAccuracy Utility class to determine the e2etrace timer configuration and accuracy.
 

Package org.e2etrace.timer Description

Provides various timer implementations to measure the duration of a single trace step.



Copyright © 2013 Gunther Popp. All Rights Reserved.