| Modifiers | Name | Description |
|---|---|---|
static class |
BenchmarkMeasure.Result |
| Type | Name and description |
|---|---|
static BenchmarkTime |
_executionTime(Closure task, long execTimes = 1) |
static void |
cleanHeap() |
static long |
compilationTime() |
static long |
computeExecutionTimes(Closure task) |
static long[] |
cpuTime() |
static BenchmarkTime |
executionTime(Closure task, long execTimes = 1) |
static long |
garbageCollectionTime() |
static BenchmarkMeasure.Result |
run(Closure task, long execTimes = 1) |
static long |
time() |