Class JfrSupport

java.lang.Object
de.cuioss.benchmarking.common.jfr.JfrSupport

public final class JfrSupport extends Object
Utility class for detecting and verifying JFR (Java Flight Recorder) support.

Provides methods to check if JFR is available, enabled, and properly configured in the current JVM runtime.

  • Method Details

    • isAvailable

      public static boolean isAvailable()
      Checks if JFR is available in the current JVM.
      Returns:
      true if JFR is available, false otherwise