wt.org
Class TaskProfKey
java.lang.Object
wt.tools.profiler.ProfilingKeyAdapter
wt.org.TaskProfKey
- All Implemented Interfaces:
- ProfilingKey, ProfilingListener, Serializable
- public class TaskProfKey
- extends ProfilingKeyAdapter
- implements ProfilingListener
This class provides the ability to profile Infoengine Tasks via the
Profiling service. Called in the com.infoengine.SAK.Task.invoke() and
com.infoengine.SAK.ProfReflection.java
- See Also:
- Serialized Form
Methods inherited from class wt.tools.profiler.ProfilingKeyAdapter |
EnabledInGUI, equals, getCostName, getDataName, getDispName, hashCode, optEnabledInGUI, setCostName, setDataName, setDispName, toString |
TASK_DATA_NAME
public static final String TASK_DATA_NAME
- See Also:
- Constant Field Values
TASK_DISP_NAME
public static final String TASK_DISP_NAME
- See Also:
- Constant Field Values
taskProfEnabled
private static boolean taskProfEnabled
instance
public static TaskProfKey instance
TaskProfKey
private TaskProfKey()
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled
in interface ProfilingListener
- Parameters:
enabled
-
getInstance
public static TaskProfKey getInstance()
isTaskProfEnabled
public static boolean isTaskProfEnabled()