Package suramadu.tests.latency

Class Summary
AsynchronousEvent PURPOSE: Measure the latency between the firing of an asynchronous event and the activation of its handler in the presence of other thread activity.
AsynchronousEvent.TestProps  
ClassLoading  
ClassLoading.TestProps  
ClassLoadingLoadClass  
ClassLoadingLoader  
ContextSwitch  
ContextSwitch.TestProps  
CostOverrun The CostOverrun class measures the latency from the occurance of a cost overrun to the invocation of its handler.
CostOverrun.TestProps  
InterruptLatency The InterruptLatency class measures the minimum reaction time of the VM to corrective actions and clean-up when an AsynchronousInterruptedException is activated.
InterruptLatency.TestProps  
JNIOverhead The JNIOverhead class measures the overhead involved in making a simple JNI call.
JNIOverhead.TestProps  
MissedDeadline The MissedDeadline class measures the latency from the missing of a deadline to the invocation of its handler.
MissedDeadline.TestProps  
PriorityInheritance  
PriorityInheritance.TestProps  
Synchronization  
Synchronization.TestProps  
SynchronizationResource  
WaitFreeWrite This test measures the time it takes for data written to a WaitFreeWriteQueue to become available by a PURPOSE: To determine the latency of data passing through a WaitFreeQueue.
WaitFreeWrite.TestProps