See: Description
Interface | Description |
---|---|
MeasurementTool |
An analyser that executes the test code an measures certain metrics.
|
Class | Description |
---|---|
AbstractMeasurementEventVisitor |
Convenient class for implementing
MeasurementEventVisitor . |
BranchDecisionMeasurementResult |
A result of measuring which branch is taken in a branching source code construct.
|
LoopRepetitionCountMeasurementResult |
A result of counting repetitions of a loop.
|
MeasurementController |
Controls which measurement tool is working.
|
MeasurementControllerBlackboardView |
View of the
Blackboard designed to be used by MeasurementResultAnalyser
. |
MeasurementEventParser |
Parses MeasurementEvents in order to generate
ParameterisationDependentMeasurementResults out of them.
|
MeasurementToolContributionsHandler |
Handles creation searching, loading and instantiation of all available measurement
tools.
|
ParameterChangeMeasurementResult |
Note: Designing this class is out of the project’s first iteration’s scope.
|
Parameterisation |
Describes the values of variables potentially influencing a measurement result.
|
ParameterisationDependentMeasurementResult |
A measurement result that may depend on the state of variables while executing the
measured code section.
|
ReadOnlyMeasurementControllerBlackboardView |
View of the
Blackboard designed to be used by MeasurementResultAnalyser
. |
ResourceDemandMeasurementResult |
A result of measuring resource demands of a code section.
|