| Package | Description |
|---|---|
| perffmwk |
This framework makes it easy to archive, report, and compare performance statistics.
|
| Modifier and Type | Field and Description |
|---|---|
protected StatConfig |
StatSpec.statconfig
The stat config
|
protected StatConfig |
Expr.statconfig
The stat config
|
| Modifier and Type | Method and Description |
|---|---|
StatConfig |
Test.getStatConfig() |
protected static StatConfig |
PerfReporter.getStatConfig(String testDir,
String statFile)
Used by
PerfComparer to create a StatConfig
for the test run that resides in the given test output directory. |
| Modifier and Type | Method and Description |
|---|---|
protected static SortedMap |
PerfReporter.getStatValues(StatConfig statconfig)
Returns a map that maps the name of statistics spec to a list of
PerfStatValues for that spec. |
static void |
StatSpecParser.parseFile(String fn,
StatConfig statconfig) |
static void |
TrimSpecParser.parseFile(String fn,
StatConfig statconfig) |
static void |
StatSpecParser.parseFile(String fn,
StatConfig statconfig,
boolean verbose) |
static void |
TrimSpecParser.parseFile(String fn,
StatConfig statconfig,
boolean verbose) |
protected static void |
PerfReporter.printStatisticsValues(StatConfig statconfig,
SortedMap statvalues,
PrintWriter pw)
Adds all statistics and their values to the report.
|
protected static void |
PerfReporter.printStatReport(StatConfig statconfig,
String report) |
protected static SortedMap |
PerfStatReader.processStatConfig(StatConfig statconfig)
Fetches the values for all statistics specifications in the configuration,
trimmed as specified by the trim specifications.
|
void |
StatSpec.setStatConfig(StatConfig statconfig) |
void |
Expr.setStatConfig(StatConfig statconfig) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.