public class RawReporter extends AbstractReporter
MesurementUnits
to a file for later replay.Constructor and Description |
---|
RawReporter() |
Modifier and Type | Method and Description |
---|---|
String |
getOutputFile()
Gets the name of the output file where the results are written.
|
void |
publishResult(PeriodType periodType,
Destination destination)
Publishes results to the destination.
|
RawReporter |
setOutputFile(String outputFile)
Sets the name of the output file where to write the results.
|
void |
start()
Starts the reporter.
|
void |
stop()
Stops the reporter.
|
getDestinations, getReportingPeriods, newMeasurement, registerDestination, registerDestination, report, reset, setReportManager, setRunInfo, unregisterDestination
public void start()
Reporter
start
in interface Reporter
start
in class AbstractReporter
public void stop()
Reporter
stop
in interface Reporter
stop
in class AbstractReporter
public void publishResult(PeriodType periodType, Destination destination) throws ReportingException
Reporter
periodType
- A period type that caused the invocation of this method.destination
- A destination to which the result should be reported.ReportingException
- When it was not possible to publish results to the given destination.public String getOutputFile()
public RawReporter setOutputFile(String outputFile)
outputFile
- The name of the output file where to write the results.Copyright © 2010–2017 PerfCake Community. All rights reserved.