public class Benchmark extends Object
| Constructor and Description |
|---|
Benchmark()
Creates a new Benchmark instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(BenchmarkTask task)
Adds specified benchmark task
|
void |
run()
Runs all benchmark tasks
|
static void |
runTask(BenchmarkTask task)
Runs specified benchmark tasks, the basic benchmarking workflow.
|
public void addTask(BenchmarkTask task)
task - benchmark taskpublic static void runTask(BenchmarkTask task)
task - public void run()
Copyright © 2019 Neuroph Project. All rights reserved.