public class KiekerMeasurementResultProcessor extends Object
CodeSectionIdentifiers
. No events will be created for
code sections that cannot be identified.Constructor and Description |
---|
KiekerMeasurementResultProcessor(Path kiekerOutputFolder)
Creates a processor that will process the results generated by Kieker from the
provided
kiekerOutputFolder . |
Modifier and Type | Method and Description |
---|---|
List<MeasurementEvent> |
process()
Processes Kieker’s results and generates the matching measurement events.
|
KiekerMeasurementResultProcessor |
useResourceDemandIdentifier(CodeSectionIdentifier identifier)
Makes this processor use the given
identifier to identify code sections
resource demands were to be measured for. |
public KiekerMeasurementResultProcessor(Path kiekerOutputFolder)
kiekerOutputFolder
.kiekerOutputFolder
- The folder Kieker wrote its results to.public KiekerMeasurementResultProcessor useResourceDemandIdentifier(CodeSectionIdentifier identifier)
identifier
to identify code sections
resource demands were to be measured for.identifier
- The identifier of resource demand code sections.this
.public List<MeasurementEvent> process()