suramadu.tests.latency
Class PriorityInheritance
java.lang.Object
suramadu.tests.latency.PriorityInheritance
- All Implemented Interfaces:
- java.lang.Runnable
- public class PriorityInheritance
- extends java.lang.Object
- implements java.lang.Runnable
Method Summary |
void |
calculate()
|
static void |
main(java.lang.String[] args)
|
void |
run()
Start the test |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tt
public static ThreadType tt
- Thread type to use.
mt
public static MemoryType mt
PriorityInheritance
public PriorityInheritance()
throws java.lang.Exception
- constructor for test class Instantiates testProperties.
- Throws:
java.lang.Throwable
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.Exception
PriorityInheritance
public PriorityInheritance(PriorityInheritance.TestProps props)
throws java.lang.Exception
run
public void run()
- Start the test
- Specified by:
run
in interface java.lang.Runnable
calculate
public void calculate()
main
public static void main(java.lang.String[] args)