public final class OnecPerformance
extends Object
JDK Flight Recorder instrumentation helpers for onec framework operations.
-
Method Summary
static void
static <T> T
static void
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
record
public static <T> T record(String operation,
long itemCount,
Supplier<T> action)
-
-
record
public static void record(String operation,
long itemCount,
Runnable action)