Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
NoMethodArrangement
This class does no arrangement for methods.
|
class |
SequentialMethodArrangement
This class represents an arrangement where each method is executed after
another.
|
class |
ShuffleMethodArrangement
This class represents a shuffle random arrangement of elements.
|
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.