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 |
Member Function Documentation
| static void com.mysql.cluster.crund.ResultProcessor.exitUsage |
( |
| ) |
|
|
inlinestaticprotected |
| static void com.mysql.cluster.crund.ResultProcessor.parseArguments |
( |
String[] |
args | ) |
|
|
inlinestatic |
| void com.mysql.cluster.crund.ResultProcessor.run |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: