Class ProfilingLaunchConfigurationListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aboutToExecute​(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module)  
      void aboutToParse​(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module)  
      void executed​(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, java.lang.Object result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • profilingEnabled

        protected boolean profilingEnabled
      • resetProfiler

        protected boolean resetProfiler
      • fineGrainedProfiling

        protected boolean fineGrainedProfiling
      • profileModelLoading

        protected boolean profileModelLoading
    • Constructor Detail

      • ProfilingLaunchConfigurationListener

        public ProfilingLaunchConfigurationListener()
    • Method Detail

      • aboutToParse

        public void aboutToParse​(org.eclipse.debug.core.ILaunchConfiguration configuration,
                                 java.lang.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 interface EpsilonLaunchConfigurationDelegateListener
        Throws:
        org.eclipse.core.runtime.CoreException
      • aboutToExecute

        public void aboutToExecute​(org.eclipse.debug.core.ILaunchConfiguration configuration,
                                   java.lang.String mode,
                                   org.eclipse.debug.core.ILaunch launch,
                                   org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                                   IEolModule module)
                            throws java.lang.Exception
        Specified by:
        aboutToExecute in interface EpsilonLaunchConfigurationDelegateListener
        Throws:
        java.lang.Exception
      • executed

        public void executed​(org.eclipse.debug.core.ILaunchConfiguration configuration,
                             java.lang.String mode,
                             org.eclipse.debug.core.ILaunch launch,
                             org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                             IEolModule module,
                             java.lang.Object result)
                      throws java.lang.Exception
        Specified by:
        executed in interface EpsilonLaunchConfigurationDelegateListener
        Throws:
        java.lang.Exception