public class Timing extends Object
| Constructor and Description |
|---|
Timing() |
| Modifier and Type | Method and Description |
|---|---|
static <RetType> RetType |
timeBenchmark(String prefix,
Callable<RetType> callable,
Logger log) |
static <RetType> RetType |
timeBenchmarkWrapException(String prefix,
Callable<RetType> callable,
Logger log) |
Copyright © 2011–2017. All rights reserved.