jist.minisim
Class cont.cmdlineOpts

java.lang.Object
  extended by jist.minisim.cont.cmdlineOpts
Enclosing class:
cont

private static class cont.cmdlineOpts
extends java.lang.Object

Parsed command-line options.


Field Summary
 boolean help
          print help.
 int mode
          benchmark event type.
 long num
          number of events to time.
 boolean version
          print version.
 long warm
          number of warmup events.
 
Constructor Summary
private cont.cmdlineOpts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

help

public boolean help
print help.


version

public boolean version
print version.


mode

public int mode
benchmark event type.


num

public long num
number of events to time.


warm

public long warm
number of warmup events.

Constructor Detail

cont.cmdlineOpts

private cont.cmdlineOpts()