|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
suramadu.util.exec.TestProperties
suramadu.tests.latency.AsynchronousEvent.TestProps
Field Summary | |
static long |
bgIdelay
retrieved from default or specified properties. |
static long |
bgPeriod
retrieved from default or specified properties. |
static int |
bgPriority
retrieved from default or specified properties. |
static int |
bgThreads
retrieved from default or specified properties. |
static java.lang.String[] |
DEFAULT_PROPERTIES
|
static boolean |
handlerNonHeap
value of nonheap flag to unbound handlers |
static int |
handlerPriority
priority of handler (bound or unbound) to use |
static java.lang.String |
handlerType
type of handler (bound or unbound) to use |
static int |
histBins
the number of histogram bins to use for mode calculation (evenly divided between min and max) |
static long |
idelay
retrieved from default or specified properties. |
static int |
iterations
retrieved from default or specified properties. |
static java.lang.String |
memType
retrieved from default or specified properties |
static long |
period
retrieved from default or specified properties. |
static int |
priority
retrieved from default or specified properties. |
static java.lang.String |
threadType
retrieved from default or specified properties |
static int |
waste
time (ns) to waste in the driver thread to see effects on handler pre-emption |
Fields inherited from class suramadu.util.exec.TestProperties |
CLASSNAME, CPS, DATAFILEHEADERWIDTH, FILEOUTPUTERROR, HOSTNAME, INPUT_PREFIX, OSNAME, OSVERSION, OUTPUT_PREFIX, PLATFORM, PROPERTIESLOADED, RAWDATAFILE, TIMESTAMP |
Constructor Summary | |
AsynchronousEvent.TestProps()
|
|
AsynchronousEvent.TestProps(java.lang.Class aClass)
|
Method Summary | |
static java.util.Iterator |
factory(java.lang.Class aClass)
|
Methods inherited from class java.util.Properties |
getProperty, list, list, load, save, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, remove, size, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String[] DEFAULT_PROPERTIES
public static java.lang.String threadType
public static java.lang.String memType
public static int iterations
public static int priority
public static long period
public static long idelay
public static int bgPriority
public static long bgPeriod
public static long bgIdelay
public static int bgThreads
public static int histBins
public static java.lang.String handlerType
public static int handlerPriority
public static boolean handlerNonHeap
public static int waste
Constructor Detail |
public AsynchronousEvent.TestProps() throws PropertyValidationException
PropertyValidationException
public AsynchronousEvent.TestProps(java.lang.Class aClass) throws PropertyValidationException
aClass
-
PropertyValidationException
Method Detail |
public static java.util.Iterator factory(java.lang.Class aClass) throws PropertyValidationException, java.lang.InstantiationException, java.lang.IllegalAccessException
PropertyValidationException
java.lang.InstantiationException
java.lang.IllegalAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |