MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.cluster.crund.ResultProcessor.ResultReporter Interface Reference
Inheritance diagram for com.mysql.cluster.crund.ResultProcessor.ResultReporter:

Public Member Functions

void report (String tag, int nRuns, int nTxOps, String[] op, double[] avg, double[] sdev, double[] rsdev)

Detailed Description

This class reports the results of the Crund benchmark.

Definition at line 46 of file ResultProcessor.java.

Member Function Documentation

void com.mysql.cluster.crund.ResultProcessor.ResultReporter.report ( String  tag,
int  nRuns,
int  nTxOps,
String[]  op,
double[]  avg,
double[]  sdev,
double[]  rsdev 
)

Reports a data series.

Parameters
taga name for this data series
opthe names of the operations
avgthe average values
avgthe standard deviations
avgthe relative standard deviations

The documentation for this interface was generated from the following file: