org.e2etrace.timer
Class PrintTimerAccuracy

java.lang.Object
  extended by org.e2etrace.timer.PrintTimerAccuracy

public class PrintTimerAccuracy
extends Object

Utility class to determine the e2etrace timer configuration and accuracy.

The source code of this utility class is based on the article "My kingdom for a good timer!" by Vladimir Roubtsov on JavaWorld (see link below).

Author:
Gunther Popp
See Also:
Article "My kingdom for a good timer!"

Constructor Summary
PrintTimerAccuracy()
           
 
Method Summary
static void main(String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintTimerAccuracy

public PrintTimerAccuracy()
Method Detail

main

public static void main(String[] args)
Main method.

Parameters:
args - command line args


Copyright © 2013 Gunther Popp. All Rights Reserved.