Class ProgressMaster
java.lang.Object
com.ibm.wala.core.util.ProgressMaster
A class to control execution through the
MonitorUtil.IProgressMonitor
interface.
This class bounds each work item with a time in milliseconds. If there is no apparent progress within the specified bound, this class cancels itself.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MonitorUtil.IProgressMonitor
make
(MonitorUtil.IProgressMonitor monitor, int msPerWorkItem, boolean checkMemory)
-
Constructor Details
-
ProgressMaster
public ProgressMaster()
-
-
Method Details
-
make
public static MonitorUtil.IProgressMonitor make(MonitorUtil.IProgressMonitor monitor, int msPerWorkItem, boolean checkMemory)
-