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 | Method and Description |
---|---|
static PerfidixMethodCheckException |
BenchmarkExecutor.checkMethod(Object obj,
Class<? extends Annotation> anno,
Method... meths)
Checking a method if it is reflective executable and if the mapping to
the object fits.
|
Modifier and Type | Method and Description |
---|---|
Method[] |
BenchmarkMethod.findAfterEachRun()
Method to find a
AfterEachRun annotation. |
Method[] |
BenchmarkMethod.findAfterLastRun()
Method to find a
AfterLastRun annotation. |
static Method |
BenchmarkMethod.findAndCheckAnyMethodByAnnotation(Class<?> clazz,
Class<? extends Annotation> anno)
This class finds any method with a given annotation.
|
Method[] |
BenchmarkMethod.findBeforeEachRun()
Method to find a
BeforeEachRun annotation. |
Method[] |
BenchmarkMethod.findBeforeFirstRun()
Method to find a
BeforeFirstRun annotation. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.