| Package | Description |
|---|---|
| ej.benchmark |
Contains classes to perform performance benchmarks.
|
| ej.benchmark.time |
Contains classes to define the performance benchmarks time strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static BenchResult |
BenchHelper.run(BenchTest test,
TimeStrategy time)
Runs the test several time and returns the time spent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformTimeStrategy
This class implements a time strategy over the
Util.platformTimeNanos(). |
class |
SystemCurrentTimeStrategy
This class implements a time strategy over the
System.currentTimeMillis(). |