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.ouput |
* The different kinds of outputs are located in this package.
|
org.perfidix.socketadapter |
This class offers all possibilties to hand on a Perclipse Plugin.
|
Modifier and Type | Method and Description |
---|---|
BenchmarkResult |
Benchmark.run()
Running this benchmark
|
static BenchmarkResult |
Perfidix.runBenchs(String[] benchs)
Running one Benchmark.
|
Modifier and Type | Method and Description |
---|---|
static void |
BenchmarkExecutor.initialize(AbstractConfig config,
BenchmarkResult result)
Initializing the executor.
|
Modifier and Type | Method and Description |
---|---|
void |
TabularSummaryOutput.visitBenchmark(BenchmarkResult benchRes)
Visiting the
BenchmarkResult and do something with the result. |
void |
CSVOutput.visitBenchmark(BenchmarkResult res)
Visiting the
BenchmarkResult and do something with the result. |
abstract void |
AbstractOutput.visitBenchmark(BenchmarkResult res)
Visiting the
BenchmarkResult and do something with the result. |
Modifier and Type | Method and Description |
---|---|
void |
SocketListener.visitBenchmark(BenchmarkResult res)
Visiting the
BenchmarkResult and do something with the result. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.