| Interface | Description |
|---|---|
| ReportModule |
Replaces the
ExecutionLogger interface of
ContiPerf 1 and adds context access and inter-module referencing features.Created: 16.01.2011 07:44:56 |
| Class | Description |
|---|---|
| AbstractReportModule |
Abstract parent class for
ReportModules, which provides
ReportContext handling and empty implementations of the other
ReportModule methods.Created: 16.01.2011 08:07:21 |
| ConsoleReportModule |
ReportModule implementation that prints all information to the
console.Created: 16.01.2011 14:27:05 |
| CSVInvocationReportModule |
ReportModule that creates a CSV file with one line per invocation,
which reports the measured latency in the first column and the start time in
the second one.Created: 16.01.2011 17:05:11 |
| CSVLatencyReportModule |
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 |
| CSVSummaryReportModule |
Writes summary information of the ContiPerf to a CSV file.
Created: 16.01.2011 11:03:46 |
| EmptyReportModule | |
| GoogleLatencyRenderer |
Formats the latency distribution of a
LatencyCounter using the Google
charts API.Created: 14.01.2011 11:54:18 |
| HtmlReportModule |
ReportModule implementation that creates an HTML report of the
performance tests, their requirements, measurements and latency distribution
chart.Created: 14.01.2011 16:29:50 |
| InvocationCountingReportModule | |
| InvocationLog |
Holds the data of an invocation log entry.
Created: 29.03.2010 12:38:26 |
| InvocationSummary |
Holds the data of an invocation summary.
Created: 29.03.2010 12:38:57 |
| LatencyDataSet |
Helper class for managing and reducing latency distribution counts to
dimensions that can pe handled by the
GoogleLatencyRenderer.Created: 14.01.2011 12:59:40 |
| ListReportModule | |
| LoggerModuleAdapter |
Adapter class which makes implementors of the old
ExecutionLogger
interface available in ContiPerf 2.If you are migrating to ContiPerf, usages of the predefined ContiPerf ExecutionLoggers should be replaced with their ReportModule
counterpart. |
| ReportContext |
Central class for managing report modules as well as aspects that are
specific for a 3rd party testing framework (e.g.
|
| ReportUtil |
Utility class for report modules.
Created: 25.01.2011 19:52:59 |
| Enum | Description |
|---|---|
| Verdict |
Enumeration of ContiPerf test verdicts.
Created: 25.01.2011 19:29:45 |
Copyright © 2019. All rights reserved.