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 Class Reference
Collaboration diagram for com.mysql.cluster.crund.ResultProcessor:

Classes

interface  ResultReporter
class  SimpleResultReporter

Public Member Functions

 ResultProcessor ()
void run ()

Static Public Member Functions

static void parseArguments (String[] args)
static void main (String[] args)

Protected Member Functions

void process (BufferedReader ilog) throws IOException, ParseException
void report ()
void init () throws Exception
void close () throws Exception
boolean parseBoolean (String k, boolean vdefault)
int parseInt (String k, int vdefault)
void initProperties ()
void printProperties ()

Static Protected Member Functions

static void exitUsage ()

Protected Attributes

final Properties props = new Properties()
int nWarmupRuns
ResultReporter reporter
String[] header
int nTxOps
int nRuns
double[] ravg
double[] rdev

Static Protected Attributes

static final PrintWriter out = new PrintWriter(System.out, true)
static final PrintWriter err = new PrintWriter(System.err, true)
static final String endl = System.getProperty("line.separator")

Detailed Description

This class parses and processes the result files of the Crund benchmark.

Definition at line 41 of file ResultProcessor.java.

Constructor & Destructor Documentation

com.mysql.cluster.crund.ResultProcessor.ResultProcessor ( )
inline

Creates an instance.

Definition at line 187 of file ResultProcessor.java.

Member Function Documentation

static void com.mysql.cluster.crund.ResultProcessor.exitUsage ( )
inlinestaticprotected

Prints a command-line usage message and exits.

Definition at line 143 of file ResultProcessor.java.

Here is the caller graph for this function:

static void com.mysql.cluster.crund.ResultProcessor.parseArguments ( String[]  args)
inlinestatic

Parses the result processor's command-line arguments.

Definition at line 154 of file ResultProcessor.java.

Here is the call graph for this function:

void com.mysql.cluster.crund.ResultProcessor.run ( )
inline

Runs the result processor.

Definition at line 192 of file ResultProcessor.java.


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