Package | Description |
---|---|
org.perfidix |
* This is the main package which has Benchmark as the main component of the framework and Perfidix as an
external
starting point.
|
org.perfidix.ouput |
* The different kinds of outputs are located in this package.
|
org.perfidix.result |
The results are stored in a datastructure based in the classes in this package.
|
org.perfidix.socketadapter |
This class offers all possibilties to hand on a Perclipse Plugin.
|
Modifier and Type | Field and Description |
---|---|
static Set<AbstractOutput> |
AbstractConfig.LISTENERS
Standard listeners
|
Modifier and Type | Method and Description |
---|---|
AbstractOutput[] |
AbstractConfig.getListener()
Getter for member listeners
|
Constructor and Description |
---|
AbstractConfig(int paramRuns,
Set<AbstractMeter> paramMeters,
Set<AbstractOutput> paramOutput,
KindOfArrangement paramArr,
double paramGC)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVOutput
Getting out the raw-data as csv.
|
class |
TabularSummaryOutput
Summary output using the
NiceTable to format. |
Constructor and Description |
---|
BenchmarkResult(AbstractOutput... paramOutputs)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketListener
Listener for Perclipse
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.