| 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. 
 | 
| org.perfidix.example | 
 * Simple example how perfidix can be used. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractConfig.StandardConfig
Standard config. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AbstractConfig | 
Perfidix.getConfiguration(String[] classes)
Getting a configuration out of the class-files. 
 | 
| Constructor and Description | 
|---|
Benchmark(AbstractConfig paramConf)
Constructor with a fixed set of used meters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
BenchmarkExecutor.initialize(AbstractConfig config,
          BenchmarkResult result)
Initializing the executor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Config
Public class to represent the settings for this benchmark. 
 | 
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.