public class Profiler extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Profiler.Operation<T> |
| Constructor and Description |
|---|
Profiler() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
profile(Profiler.Operation<T> op,
long timeout,
String message) |
public static <T> T profile(Profiler.Operation<T> op, long timeout, String message) throws Exception
ExceptionCopyright © 2016 The Apache Software Foundation