A B C D E F G H I J K L M N O P Q R S T U V W _

T

THRESHOLD - Static variable in class suramadu.util.time.Waster
 
TIMESTAMP - Static variable in class suramadu.util.exec.TestProperties
 
TIME_MIN - Static variable in class suramadu.util.time.Time
String for indicating unit type: minutes
TIME_MS - Static variable in class suramadu.util.time.Time
String for indicating unit type: milliseconds
TIME_NS - Static variable in class suramadu.util.time.Time
String for indicating unit type: nanoseconds
TIME_S - Static variable in class suramadu.util.time.Time
String for indicating unit type: seconds
TIME_US - Static variable in class suramadu.util.time.Time
String for indicating unit type: microseconds
TestInitializer - class suramadu.util.exec.TestInitializer.
 
TestInitializer() - Constructor for class suramadu.util.exec.TestInitializer
 
TestProperties - class suramadu.util.exec.TestProperties.
The TestProperties class supports the loading and maintenance of a properties file with naming convention of <class name>.properties This object is mutable, so properties that are loaded are subject to change by the user
TestProperties() - Constructor for class suramadu.util.exec.TestProperties
No arg constructor.
TestProperties(Class) - Constructor for class suramadu.util.exec.TestProperties
Constructor that takes an a Class object.
TestProperties(Class, String[]) - Constructor for class suramadu.util.exec.TestProperties
Constructor that takes an a Class object and an array of Strings.
TestProperties(Class, Properties) - Constructor for class suramadu.util.exec.TestProperties
Constructor that takes an a Class object and another TestProperties object to act as a source for default properties should the property not exist in the properties file for this class.
TestProperties(PropertiesFileName, Properties) - Constructor for class suramadu.util.exec.TestProperties
Constructor that takes an a Class object and another TestProperties object to act as a source for default properties should the property not exist in the properties file for this class.
ThreadLauncher - interface suramadu.util.exec.ThreadLauncher.
 
ThreadLauncherData - class suramadu.util.exec.ThreadLauncherData.
 
ThreadLauncherData(Runnable) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(Runnable, int) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(Runnable, int, long) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(Runnable, int, long, long) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, Runnable) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, Runnable, int) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, Runnable, int, long) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, Runnable, int, long, long) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, MemoryType, Runnable) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, MemoryType, Runnable, int) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher
ThreadLauncherData(ThreadType, MemoryType, Runnable, int, long) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherData(ThreadType, MemoryType, Runnable, int, long, long) - Constructor for class suramadu.util.exec.ThreadLauncherData
Creates a new instance of Launcher Data
ThreadLauncherFactory - class suramadu.util.exec.ThreadLauncherFactory.
 
ThreadLauncherFactory() - Constructor for class suramadu.util.exec.ThreadLauncherFactory
 
ThreadType - class suramadu.util.exec.ThreadType.
 
Time - class suramadu.util.time.Time.
This class is a utility class for measuring and calculating very high-resolution time based on th enumber of machine cycles between events being measured.
Time() - Constructor for class suramadu.util.time.Time
 
TimeStampLog - class suramadu.util.time.TimeStampLog.
 
TimeStampLog(int) - Constructor for class suramadu.util.time.TimeStampLog
 
testProps - Variable in class suramadu.tests.SuramaduTestStub
Local data for test: generated or otherwise calculated.
testProps - Variable in class suramadu.tests.jitter.Jitter
Local data for test: generated or otherwise calculated.
testProps - Variable in class suramadu.tests.latency.AsynchronousEvent
Test properties for this run
testProps - Static variable in class suramadu.tests.latency.CostOverrun
Test properties for this run
testProps - Static variable in class suramadu.tests.latency.InterruptLatency
Test properties for this run
testProps - Static variable in class suramadu.tests.latency.JNIOverhead
actual properties used by this test run.
testProps - Static variable in class suramadu.tests.latency.MissedDeadline
Test properties for this run
testProps - Static variable in class suramadu.tests.latency.WaitFreeWrite
actual properties used by this test run.
testProps - Static variable in class suramadu.tests.memory.ScopeMemoryTest
actual properties used by this test run.
threadType - Static variable in class suramadu.tests.SuramaduTestStub.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.jitter.Jitter.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.latency.AsynchronousEvent.TestProps
retrieved from default or specified properties
threadType - Variable in class suramadu.tests.latency.CostOverrun.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.latency.InterruptLatency.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.latency.JNIOverhead.TestProps
retrieved from default or specified properties
threadType - Variable in class suramadu.tests.latency.MissedDeadline.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.latency.PriorityInheritance.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.throughput.FloatingPoint.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.throughput.IntegerOps.TestProps
retrieved from default or specified properties
threadType - Static variable in class suramadu.tests.throughput.Shifting.TestProps
retrieved from default or specified properties
timeArray - Variable in class suramadu.tests.SuramaduTestStub
array for collecting timestamps during test
timeArray - Static variable in class suramadu.tests.jitter.Jitter
array for collecting timestamps during test
timeArray - Static variable in class suramadu.tests.latency.WaitFreeWrite
array for collecting timestamps during test
timeFromCycles(long) - Static method in class suramadu.util.time.Time
Formats a String that represents the real time value represented by the number of machine cycles passed in.
timeFromCycles(long, long) - Static method in class suramadu.util.time.Time
Formats a String that represents the real time value represented by the number of machine cycles passed in.
timeFromCycles(long, int) - Static method in class suramadu.util.time.Time
Formats a String that represents the real time value represented by the number of machine cycles passed in.
timeFromCycles(long, long, int) - Static method in class suramadu.util.time.Time
Formats a String that represents the real time value represented by the number of machine cycles passed in.
toArray(int) - Method in class suramadu.util.time.TimeStampLog
 
toCollection(int[]) - Static method in class suramadu.util.stats.StatPack
Utility method for converting array of int to a Collection.
toCollection(long[]) - Static method in class suramadu.util.stats.StatPack
Utility method for converting array of long to a Collection.
toCollection(float[]) - Static method in class suramadu.util.stats.StatPack
Utility method for converting array of float to a Collection.
toCollection(double[]) - Static method in class suramadu.util.stats.StatPack
Utility method for converting array of double to a Collection.
toDoubleArray(Collection) - Static method in class suramadu.util.stats.StatPack
Utility method for converting Collection Number objects to an array of doubles.
toFloatArray(Collection) - Static method in class suramadu.util.stats.StatPack
Utility method for converting Collection Number objects to an array of floats.
toIntArray(Collection) - Static method in class suramadu.util.stats.StatPack
Utility method for converting Collection Number objects to an array of ints.
toLongArray(Collection) - Static method in class suramadu.util.stats.StatPack
Utility method for converting Collection Number objects to an array of longs.
toString() - Method in class suramadu.util.exec.JavaThreadLauncher
 
toString() - Method in class suramadu.util.exec.MemoryType
 
toString() - Method in class suramadu.util.exec.RTThreadLauncher
 
toString() - Method in class suramadu.util.exec.TestProperties
Displays a nicely formatted summary of test and its current working property list.
toString() - Method in class suramadu.util.exec.ThreadLauncherData
 
toString() - Method in class suramadu.util.exec.ThreadType
 
toString() - Method in class suramadu.util.stats.Histogram
Creates a String representation for this Histogram.
toString() - Method in class suramadu.util.stats.HistogramBin
Creates a String representation fo this HistogramBin indicating its low bound, high bound, and current counter.
toString() - Method in class suramadu.util.stats.HistogramBinSpec
Create a descriptive String that indicates the ranges and counts of all HistogramBins in this HistogramBinSpec
triggerTime - Static variable in class suramadu.tests.latency.AsynchronousEvent
array for collecting timestamps during test
tt - Variable in class suramadu.tests.SuramaduTestStub
Thread type to use.
tt - Variable in class suramadu.tests.jitter.Jitter
Thread type to use.
tt - Variable in class suramadu.tests.latency.AsynchronousEvent
Thread type to use.
tt - Static variable in class suramadu.tests.latency.ClassLoading.TestProps
Thread type to use.
tt - Static variable in class suramadu.tests.latency.ContextSwitch.TestProps
Thread type to use.
tt - Variable in class suramadu.tests.latency.CostOverrun
Thread type to use.
tt - Variable in class suramadu.tests.latency.InterruptLatency
Thread type to use.
tt - Static variable in class suramadu.tests.latency.JNIOverhead
the thread type to run in
tt - Variable in class suramadu.tests.latency.MissedDeadline
Thread type to use.
tt - Static variable in class suramadu.tests.latency.PriorityInheritance
Thread type to use.
tt - Static variable in class suramadu.tests.latency.Synchronization.TestProps
Thread type to use.
tt - Static variable in class suramadu.tests.memory.ScopeMemoryTest
Thread type to use.
tt - Static variable in class suramadu.tests.throughput.FloatingPoint
Thread type to use.
tt - Static variable in class suramadu.tests.throughput.IntegerOps
Thread type to use.
tt - Static variable in class suramadu.tests.throughput.Shifting
Thread type to use.

A B C D E F G H I J K L M N O P Q R S T U V W _