Méthode | Description | |
---|---|---|
EncogBenchmark ( IStatusReportable report ) : System |
Construct a benchmark object.
|
|
Process ( ) : String |
Perform the benchmark. Returns the total amount of time for all of the benchmarks. Returns the final score. The lower the better for a score.
|
Méthode | Description | |
---|---|---|
EvalBinary ( ) : void |
Evaluate disk.
|
|
EvalCpu ( ) : void |
Evaluate the CPU.
|
|
EvalMemory ( ) : void |
Evaluate memory.
|
public EncogBenchmark ( IStatusReportable report ) : System | ||
report | IStatusReportable | The object to report progress to. |
Résultat | System |