Class OnecPerformance

java.lang.Object
com.onec.performance.OnecPerformance

public final class OnecPerformance extends Object
JDK Flight Recorder instrumentation helpers for onec framework operations.
  • Method Details

    • record

      public static <T> T record(String operation, Supplier<T> action)
    • record

      public static <T> T record(String operation, long itemCount, Supplier<T> action)
    • record

      public static void record(String operation, Runnable action)
    • record

      public static void record(String operation, long itemCount, Runnable action)