Uses of Interface
org.e2etrace.timer.ITimer

Packages that use ITimer
org.e2etrace.timer Provides various timer implementations to measure the duration of a single trace step. 
 

Uses of ITimer in org.e2etrace.timer
 

Classes in org.e2etrace.timer that implement ITimer
 class DefaultTimer
          Default ITimer implementation.
 class ExactTimer
          Timer Implementation with high accuracy regardless of the operating system.
 

Methods in org.e2etrace.timer that return ITimer
 ITimer ITimerFactory.newInstance()
          Creates a new timer instance.
 ITimer DefaultTimerFactory.newInstance()
          Creates a new timer instance.
 



Copyright © 2013 Gunther Popp. All Rights Reserved.