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.element |
* Related classes to handle the methods to be executed are located in this package as well as the invoking
framework
and the different kinds of arrangement for the execution of the benchmarkable methods.
|
Modifier and Type | Field and Description |
---|---|
static KindOfArrangement |
AbstractConfig.ARRAN
Standard arrangement
|
Modifier and Type | Method and Description |
---|---|
KindOfArrangement |
AbstractConfig.getArrangement()
Getter for member arrangement
|
Constructor and Description |
---|
AbstractConfig(int paramRuns,
Set<AbstractMeter> paramMeters,
Set<AbstractOutput> paramOutput,
KindOfArrangement paramArr,
double paramGC)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static KindOfArrangement |
KindOfArrangement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KindOfArrangement[] |
KindOfArrangement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AbstractMethodArrangement |
AbstractMethodArrangement.getMethodArrangement(List<BenchmarkElement> elements,
KindOfArrangement kind)
Factory method to get the method arrangement for a given set of classes.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.