| Package | Description |
|---|---|
| ej.benchmark |
Contains classes to perform performance benchmarks.
|
| Modifier and Type | Field and Description |
|---|---|
BenchTest |
BenchResult.test
The bench itself.
|
| Modifier and Type | Method and Description |
|---|---|
static BenchResult |
BenchHelper.run(BenchTest test)
|
static BenchResult |
BenchHelper.run(BenchTest test,
TimeStrategy time)
Runs the test several time and returns the time spent.
|
| Constructor and Description |
|---|
BenchResult(BenchTest test,
int iterations,
long emptyRunTime,
long fullTime)
Creates a bench result for the given bench.
|