|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Benchmark
Interface of benchmark components.
"setBenchmarkName" method should be called when an instance
of it's implementation class is created.
| メソッドの概要 | |
|---|---|
void |
clean()
finalizes the benchmark component |
java.lang.String[] |
execute()
executes the benchmark |
java.lang.String |
getBenchmarkName()
gets the benchmark component name. |
java.lang.String[] |
getOptionLabels()
returns the labels of items for the benchmark component. |
void |
init()
initializes the benchmark component |
void |
setBenchmarkName(java.lang.String benchmarkName)
sets the benchmark component name. |
void |
setOptionLabels(java.lang.String[] optionLabels)
returns the labels of items for the benchmark component. |
| メソッドの詳細 |
|---|
java.lang.String getBenchmarkName()
void setBenchmarkName(java.lang.String benchmarkName)
benchmarkName - component namejava.lang.String[] getOptionLabels()
void setOptionLabels(java.lang.String[] optionLabels)
optionLabels - labels
void init()
throws BenchmarkTerminateException
BenchmarkTerminateException
java.lang.String[] execute()
throws ThreadTerminateException,
BenchmarkTerminateException
ThreadTerminateException
BenchmarkTerminateException
void clean()
throws BenchmarkAbortException
BenchmarkAbortException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||