Uses of Class
suramadu.util.exec.MemoryType

Packages that use MemoryType
suramadu.tests   
suramadu.tests.jitter   
suramadu.tests.latency   
suramadu.tests.memory   
suramadu.tests.throughput   
suramadu.util.exec   
 

Uses of MemoryType in suramadu.tests
 

Fields in suramadu.tests declared as MemoryType
 MemoryType SuramaduTestStub.mt
          Memory type to use
 

Uses of MemoryType in suramadu.tests.jitter
 

Fields in suramadu.tests.jitter declared as MemoryType
 MemoryType Jitter.mt
          Memory type to use
 

Uses of MemoryType in suramadu.tests.latency
 

Fields in suramadu.tests.latency declared as MemoryType
 MemoryType AsynchronousEvent.mt
          Memory type to use
static MemoryType ClassLoading.TestProps.mt
          Memory type to use
static MemoryType ContextSwitch.TestProps.mt
          Memory type to use
 MemoryType CostOverrun.mt
          Memory type to use
 MemoryType InterruptLatency.mt
          Memory type to use
static MemoryType JNIOverhead.mt
          the memory areay in which to run
 MemoryType MissedDeadline.mt
          Memory type to use
static MemoryType PriorityInheritance.mt
           
static MemoryType Synchronization.TestProps.mt
          Memory type to use
static MemoryType WaitFreeWrite.TestProps.readermt
          retrieved from default or specified properties
static MemoryType WaitFreeWrite.TestProps.writermt
          retrieved from default or specified properties
 

Uses of MemoryType in suramadu.tests.memory
 

Fields in suramadu.tests.memory declared as MemoryType
static MemoryType ScopeMemoryTest.mt
          Memory type to use
 

Uses of MemoryType in suramadu.tests.throughput
 

Fields in suramadu.tests.throughput declared as MemoryType
static MemoryType FloatingPoint.mt
          Memory type to use
static MemoryType IntegerOps.mt
          Memory type to use
static MemoryType Shifting.mt
          Memory type to use
 

Uses of MemoryType in suramadu.util.exec
 

Fields in suramadu.util.exec declared as MemoryType
static MemoryType MemoryType.HEAPMEMORY
          Memory type enumerations
static MemoryType MemoryType.IMMORTALMEMORY
           
static MemoryType MemoryType.SCOPEMEMORY
           
 

Methods in suramadu.util.exec that return MemoryType
 MemoryType JavaThreadLauncher.getMemoryType()
           
static MemoryType MemoryType.getMemoryType(java.lang.String memoryType)
           
 MemoryType ThreadLauncher.getMemoryType()
           
 MemoryType ThreadLauncherData.getMemoryType()
           
 

Methods in suramadu.util.exec with parameters of type MemoryType
 void JavaThreadLauncher.setMemoryType(MemoryType mt)
           
 void ThreadLauncher.setMemoryType(MemoryType memoryType)
           
 void ThreadLauncherData.setMemoryType(MemoryType mt)
           
 

Constructors in suramadu.util.exec with parameters of type MemoryType
JavaThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable)
          Creates a new instance of Launcher
JavaThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority)
          Creates a new instance of Launcher
JavaThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority, long period)
          Creates a new instance of Launcher
JavaThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority, long period, long initialDelay)
          Creates a new instance of Launcher
RTThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable)
          Creates a new instance of Launcher
RTThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority)
          Creates a new instance of Launcher
RTThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority, long period)
          Creates a new instance of Launcher
RTThreadLauncher(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority, long period, long initialDelay)
          Creates a new instance of Launcher
ThreadLauncherData(ThreadType tt, MemoryType mt, java.lang.Runnable runnable)
          Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority)
          Creates a new instance of Launcher
ThreadLauncherData(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority, long period)
          Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType tt, MemoryType mt, java.lang.Runnable runnable, int priority, long period, long initialDelay)
          Creates a new instance of Launcher Data