org.mmtk.utility.options
Class PerfMetric

java.lang.Object
  extended by org.vmutil.options.Option
      extended by org.vmutil.options.EnumOption
          extended by org.mmtk.utility.options.PerfMetric

public class PerfMetric
extends EnumOption

Performance counter options.


Field Summary
 
Fields inherited from class org.vmutil.options.EnumOption
defaultValue, value, values
 
Fields inherited from class org.vmutil.options.Option
ADDRESS_OPTION, BOOLEAN_OPTION, ENUM_OPTION, FLOAT_OPTION, INT_OPTION, MICROSECONDS_OPTION, PAGES_OPTION, RAW, READABLE, set, STRING_OPTION, XML
 
Constructor Summary
PerfMetric()
          Create the option.
 
Method Summary
 
Methods inherited from class org.vmutil.options.EnumOption
getDefaultValue, getDefaultValueString, getValue, getValues, getValueString, setDefaultValue, setValue, setValue
 
Methods inherited from class org.vmutil.options.Option
fail, failIf, getDescription, getKey, getName, getNext, getType, validate, warn, warnIf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfMetric

public PerfMetric()
Create the option.