Package org.eclipse.epsilon.profiling
Class ProfilingExecutionListener
java.lang.Object
org.eclipse.epsilon.profiling.ProfilingExecutionListener
- All Implemented Interfaces:
IExecutionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaboutToExecute(ModuleElement ast, IEolContext context) voidfinishedExecuting(ModuleElement ast, Object evaluatedAst, IEolContext context) voidfinishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context) protected StringgetLabel(ModuleElement ast)
-
Constructor Details
-
ProfilingExecutionListener
public ProfilingExecutionListener()
-
-
Method Details
-
aboutToExecute
- Specified by:
aboutToExecutein interfaceIExecutionListener
-
finishedExecuting
- Specified by:
finishedExecutingin interfaceIExecutionListenerevaluatedAst- the result of evaluating ast, calculated during execution
-
finishedExecutingWithException
public void finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context) - Specified by:
finishedExecutingWithExceptionin interfaceIExecutionListener
-
getLabel
-