|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectbench.tm.runtime.internal.labelshadows.AbstractLabelShadowSwitch
org.aspectbench.tm.runtime.internal.labelshadows.TimedShadowSwitch
public class TimedShadowSwitch
A timed shadow switch.
| Field Summary | |
|---|---|
protected java.lang.String |
className
Name of the class whose tracematch should be triggered. |
protected double |
incDisabled
Fraction of increase (or decrease) of the time for which the non-skip loops are disabled. |
protected double |
incEnabled
Fraction of increase (or decrease) of the time for which the non-skip loops are enabled. |
protected int |
periods
Number of periods after which to apply increases or decreases. |
protected long |
tDisabled
Initial time for which the non-skip loops are disabled. |
protected long |
tEnabled
Initial time for which the non-skip loops are enabled. |
| Fields inherited from class org.aspectbench.tm.runtime.internal.labelshadows.AbstractLabelShadowSwitch |
|---|
disabled |
| Constructor Summary | |
|---|---|
TimedShadowSwitch()
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class org.aspectbench.tm.runtime.internal.labelshadows.AbstractLabelShadowSwitch |
|---|
switchTraceMatch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected volatile long tDisabled
protected volatile long tEnabled
protected volatile double incDisabled
protected volatile double incEnabled
protected volatile int periods
protected volatile java.lang.String className
| Constructor Detail |
|---|
public TimedShadowSwitch()
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class AbstractLabelShadowSwitch
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||