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.socketadapter |
This class offers all possibilties to hand on a Perclipse Plugin.
|
Modifier and Type | Method and Description |
---|---|
List<BenchmarkMethod> |
Benchmark.getBenchmarkMethods()
Getting all Benchmarkable methods out of the registered class.
|
Map<BenchmarkMethod,Integer> |
Benchmark.getNumberOfMethodsAndRuns()
Getting the number of all methods and all runs
|
Modifier and Type | Method and Description |
---|---|
BenchmarkMethod |
BenchmarkElement.getMeth()
Getting the
BenchmarkMethod related to this element. |
Constructor and Description |
---|
BenchmarkElement(BenchmarkMethod paramMeth)
Constructor, simple taking the corresponding
BenchmarkMethod . |
Modifier and Type | Method and Description |
---|---|
boolean |
SocketViewProgressUpdater.initProgressView(Map<BenchmarkMethod,Integer> mapping)
This method initializes the values of the eclipse view and resets the
progress bar.
|
boolean |
IUpdater.initProgressView(Map<BenchmarkMethod,Integer> mapping)
This method initializes the values of the eclipse view and resets the
progress bar.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.