org.databene.contiperf.report
Class CSVLatencyReportModule
java.lang.Object
org.databene.contiperf.report.AbstractReportModule
org.databene.contiperf.report.CSVLatencyReportModule
- All Implemented Interfaces:
- ReportModule
public class CSVLatencyReportModule
- extends AbstractReportModule
ReportModule
which creates a CSV file that reports how often (2nd column)
which latency (1st column) was measured.
Created: 16.01.2011 19:22:23
- Since:
- 2.0.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVLatencyReportModule
public CSVLatencyReportModule()
getReportReferenceLabel
public String getReportReferenceLabel(String serviceId)
- Specified by:
getReportReferenceLabel
in interface ReportModule
- Overrides:
getReportReferenceLabel
in class AbstractReportModule
getReportReference
public String getReportReference(String serviceId)
- Specified by:
getReportReference
in interface ReportModule
- Overrides:
getReportReference
in class AbstractReportModule
starting
public void starting(String serviceId)
- Specified by:
starting
in interface ReportModule
- Overrides:
starting
in class AbstractReportModule
completed
public void completed(String serviceId,
LatencyCounter[] counters,
ExecutionConfig executionConfig,
PerformanceRequirement requirement)
- Description copied from class:
AbstractReportModule
- implements backwards-compatibility of inheritors of older versions of this class
- Specified by:
completed
in interface ReportModule
- Overrides:
completed
in class AbstractReportModule
Copyright © 2013. All Rights Reserved.