| |
|
| java.lang.Object gov.nasa.jpf.tools.VarTracker
VarTracker | public class VarTracker implements VMListener,SearchListener(Code) | | simple listener tool to find out which variables (locals and fields) are
changed how often and from where. This should give a good idea if a state
space blows up because of some counter/timer vars, and where to apply the
necessary abstractions to close/shrink it
|
changeThreshold | int changeThreshold(Code) | | |
filterSystemVars | boolean filterSystemVars(Code) | | |
classLoaded | public void classLoaded(VM vm)(Code) | | |
exceptionThrown | public void exceptionThrown(VM vm)(Code) | | |
instructionExecuted | public void instructionExecuted(VM vm)(Code) | | |
objectCreated | public void objectCreated(VM vm)(Code) | | |
objectReleased | public void objectReleased(VM vm)(Code) | | |
print | void print(int n, int length)(Code) | | |
printUsage | static void printUsage()(Code) | | |
propertyViolated | public void propertyViolated(Search search)(Code) | | |
searchConstraintHit | public void searchConstraintHit(Search search)(Code) | | |
searchFinished | public void searchFinished(Search search)(Code) | | |
stateBacktracked | public void stateBacktracked(Search search)(Code) | | |
stateProcessed | public void stateProcessed(Search search)(Code) | | |
threadStarted | public void threadStarted(VM vm)(Code) | | |
threadTerminated | public void threadTerminated(VM vm)(Code) | | |
|
|
|