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 boolean
protected boolean
protected boolean
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
aboutToExecute
(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) void
aboutToParse
(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) 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)
-
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:
aboutToParse
in 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:
aboutToExecute
in 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:
executed
in interfaceEpsilonLaunchConfigurationDelegateListener
- Throws:
Exception
-