See: Description
| Class | Description |
|---|---|
| AbstractMethodArrangement |
This method defines an order for the execution of all methods.
|
| BenchmarkElement |
This class acts as a container related to one benchmarkable method.
|
| BenchmarkExecutor |
Corresponding to each method, an executor is launched to execute
BeforeFirstRun,
BeforeEachRun, AfterEachRun and AfterLastRun classes. |
| BenchmarkMethod |
Class to mark one method which are possible benchmarkable.
|
| NoMethodArrangement |
This class does no arrangement for methods.
|
| SequentialMethodArrangement |
This class represents an arrangement where each method is executed after
another.
|
| ShuffleMethodArrangement |
This class represents a shuffle random arrangement of elements.
|
| Enum | Description |
|---|---|
| KindOfArrangement |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.