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