Serialized Form


Package suramadu.tests.memory

Class suramadu.tests.memory.ScopeMemoryTest.TestProps extends TestProperties implements Serializable


Package suramadu.tests.jitter

Class suramadu.tests.jitter.Jitter.TestProps extends TestProperties implements Serializable


Package suramadu.tests.throughput

Class suramadu.tests.throughput.FloatingPoint.TestProps extends TestProperties implements Serializable

Class suramadu.tests.throughput.IntegerOps.TestProps extends TestProperties implements Serializable

Class suramadu.tests.throughput.Shifting.TestProps extends TestProperties implements Serializable


Package suramadu.tests.memory.footprint

Class suramadu.tests.memory.footprint.VMRuntimeSize.TestProps extends TestProperties implements Serializable


Package suramadu.util.exec

Class suramadu.util.exec.PropertyNotFoundException extends java.lang.Exception implements Serializable

Class suramadu.util.exec.PropertyValidationException extends java.lang.Exception implements Serializable

Class suramadu.util.exec.TestProperties extends java.util.Properties implements Serializable

Serialized Fields

pfn

PropertiesFileName pfn
Environmental information about properties


propertiesCreated

boolean propertiesCreated
A boolean indicating whether the properties file was created on this run.


dateTime

java.lang.String dateTime
A more human readable form of the test run's date and time.


propertyPrefix

java.lang.String propertyPrefix
A prefix for all properties for this instantiation of TestProperties. Typically, this header contains a timestamp, machine id, architectural id, and platform id.


outputPropsSet

boolean outputPropsSet
A boolean value indicating whether output properties have been set yet. After output properties have been set, input properties can no longer be set.


filenameMap

java.util.Map filenameMap
Hashmap to keep track of the number of output files with the same property name. If one has already been created, then append the count to it, otherwise, leave it pristine.


rawDataFileCount

int rawDataFileCount
Keeps track of how many raw data files were produced by this run.


creationTime

java.util.Date creationTime
Records the time that the TestProperties instance was created.rtyValidationException


Package suramadu.tests.latency

Class suramadu.tests.latency.AsynchronousEvent.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.ClassLoading.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.ContextSwitch.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.CostOverrun.TestProps extends TestProperties implements Serializable

Serialized Fields

threadType

java.lang.String threadType
retrieved from default or specified properties


memType

java.lang.String memType
retrieved from default or specified properties


iterations

int iterations
retrieved from default or specified properties.


priority

int priority
retrieved from default or specified properties.


period

long period
retrieved from default or specified properties.


idelay

long idelay
retrieved from default or specified properties.


bgPriority

int bgPriority
retrieved from default or specified properties.


bgPeriod

long bgPeriod
retrieved from default or specified properties.


bgIdelay

long bgIdelay
retrieved from default or specified properties.


bgThreads

int bgThreads
retrieved from default or specified properties.


histBins

int histBins
the number of histogram bins to use for mode calculation (evenly divided between min and max)


costMillis

int costMillis
the cost of the test interval


costNanos

int costNanos

deadlineMillis

int deadlineMillis
the deadline of the test interval


deadlineNanos

int deadlineNanos

waste

int waste
the time to waste each interval


handlerPriority

int handlerPriority
priority of the handlers - should be greater than the thread's


handlerType

java.lang.String handlerType
type of handler


handlerNonHeap

boolean handlerNonHeap
nonheap flag to handler

Class suramadu.tests.latency.InterruptLatency.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.JNIOverhead.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.MissedDeadline.TestProps extends TestProperties implements Serializable

Serialized Fields

threadType

java.lang.String threadType
retrieved from default or specified properties


memType

java.lang.String memType
retrieved from default or specified properties


iterations

int iterations
retrieved from default or specified properties.


priority

int priority
retrieved from default or specified properties.


period

long period
retrieved from default or specified properties.


idelay

long idelay
retrieved from default or specified properties.


bgPriority

int bgPriority
retrieved from default or specified properties.


bgPeriod

long bgPeriod
retrieved from default or specified properties.


bgIdelay

long bgIdelay
retrieved from default or specified properties.


bgThreads

int bgThreads
retrieved from default or specified properties.


histBins

int histBins
the number of histogram bins to use for mode calculation (evenly divided between min and max)


costMillis

int costMillis
the cost of the test interval


costNanos

int costNanos

deadlineMillis

int deadlineMillis
the deadline of the test interval


deadlineNanos

int deadlineNanos

waste

int waste
the time to waste each interval


handlerPriority

int handlerPriority
priority of the handlers - should be greater than the thread's


handlerType

java.lang.String handlerType
type of handler


handlerNonHeap

boolean handlerNonHeap
nonheap flag to handler

Class suramadu.tests.latency.PriorityInheritance.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.Synchronization.TestProps extends TestProperties implements Serializable

Class suramadu.tests.latency.WaitFreeWrite.TestProps extends TestProperties implements Serializable


Package suramadu.tests

Class suramadu.tests.SuramaduTestStub.TestProps extends TestProperties implements Serializable