Class RuleProfiler
java.lang.Object
org.eclipse.epsilon.eol.execute.control.ExecutionProfiler
org.eclipse.epsilon.erl.execute.control.RuleProfiler
- All Implemented Interfaces:
ExecutionController,IExecutionListener
Profiles
NamedRules.- Since:
- 1.6
- Author:
- Sina Madani
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.execute.control.ExecutionProfiler
executionTimes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanscreenAST(ModuleElement ast, IEolContext context) Determines whether the ModuleElement should be profiled.Methods inherited from class org.eclipse.epsilon.eol.execute.control.ExecutionProfiler
aboutToExecute, control, dispose, done, finishedExecuting, finishedExecutingWithException, getExecutionTimes, isTerminated, mergeExecutionTimes, report, toString
-
Constructor Details
-
RuleProfiler
public RuleProfiler()
-
-
Method Details
-
screenAST
Description copied from class:ExecutionProfilerDetermines whether the ModuleElement should be profiled.- Overrides:
screenASTin classExecutionProfiler- Parameters:
ast- The ModuleElement under scrutiny.context- The context passed toExecutionProfiler.control(ModuleElement, IEolContext)- Returns:
trueif the ModuleElement should be profiled,falseotherwise.
-