public class EncogBenchmark
extends java.lang.Object
| Constructor and Description |
|---|
EncogBenchmark(StatusReportable report)
Construct a benchmark object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBinaryScore() |
int |
getClScore() |
int |
getCpuScore() |
int |
getMemoryScore() |
java.lang.String |
process()
Perform the benchmark.
|
public EncogBenchmark(StatusReportable report)
report - The object to report progress to.public java.lang.String process()
public int getCpuScore()
public int getClScore()
public int getMemoryScore()
public int getBinaryScore()