joeq.Runtime
Class HighResolutionTimer

java.lang.Object
  extended by joeq.Runtime.HighResolutionTimer

public class HighResolutionTimer
extends Object

Version:
$Id: HighResolutionTimer.java,v 1.13 2004/09/30 03:35:35 joewhaley Exp $
Author:
John Whaley

Field Summary
static double TICKS_PER_SECOND
           
 
Constructor Summary
HighResolutionTimer()
           
 
Method Summary
static void boot()
           
static void init()
           
static void main(String[] args)
           
static double now()
           
static long ticks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TICKS_PER_SECOND

public static final double TICKS_PER_SECOND
See Also:
Constant Field Values
Constructor Detail

HighResolutionTimer

public HighResolutionTimer()
Method Detail

ticks

public static long ticks()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

init

public static final void init()

now

public static final double now()

boot

public static void boot()


Copyright © 2001-2005 John Whaley. All Rights Reserved.