|
|||||||||||
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.JNIOverhead.TestProps
Field Summary | |
static java.lang.String[] |
DEFAULT_PROPERTIES
|
static int |
histBins
the number of histogram bins to use for mode calculation (evenly divided between min and max) |
static java.lang.String |
memType
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 |
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 | |
JNIOverhead.TestProps()
|
|
JNIOverhead.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 int priority
public static java.lang.String threadType
public static java.lang.String memType
public static int histBins
Constructor Detail |
public JNIOverhead.TestProps() throws PropertyValidationException
PropertyValidationException
public JNIOverhead.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 |