Package org.eclipse.epsilon.profiling.dt
Class ProfilingLaunchConfigurationListener
java.lang.Object
org.eclipse.epsilon.profiling.dt.ProfilingLaunchConfigurationListener
- All Implemented Interfaces:
EpsilonLaunchConfigurationDelegateListener
public class ProfilingLaunchConfigurationListener
extends Object
implements EpsilonLaunchConfigurationDelegateListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) voidaboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) voidexecuted(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, Object result)
-
Field Details
-
profilingEnabled
protected boolean profilingEnabled -
resetProfiler
protected boolean resetProfiler -
fineGrainedProfiling
protected boolean fineGrainedProfiling -
profileModelLoading
protected boolean profileModelLoading
-
-
Constructor Details
-
ProfilingLaunchConfigurationListener
public ProfilingLaunchConfigurationListener()
-
-
Method Details
-
aboutToParse
public void aboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) throws org.eclipse.core.runtime.CoreException - Specified by:
aboutToParsein interfaceEpsilonLaunchConfigurationDelegateListener- Throws:
org.eclipse.core.runtime.CoreException
-
aboutToExecute
public void aboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) throws Exception - Specified by:
aboutToExecutein interfaceEpsilonLaunchConfigurationDelegateListener- Throws:
Exception
-
executed
public void executed(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, Object result) throws Exception - Specified by:
executedin interfaceEpsilonLaunchConfigurationDelegateListener- Throws:
Exception
-