public final class BenchmarkRunner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BenchmarkRunner.BenchmarkFn |
static class |
BenchmarkRunner.BenchmarkFnD |
| Constructor and Description |
|---|
BenchmarkRunner(long leadTimeMs,
long maxTimeMs) |
| Modifier and Type | Method and Description |
|---|---|
TimingStatistics |
benchmark(BenchmarkRunner.BenchmarkFn function) |
TimingStatistics |
benchmarkD(BenchmarkRunner.BenchmarkFnD function) |
public TimingStatistics benchmark(BenchmarkRunner.BenchmarkFn function)
public TimingStatistics benchmarkD(BenchmarkRunner.BenchmarkFnD function)
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.