Interface JVMCompilationStats

  • All Superinterfaces:
    Stats

    public interface JVMCompilationStats
    extends Stats
    A Stats interface, to expose the monitoring information about the JVM Compilation subsystem
    Since:
    8.1
    • Method Detail

      • getName

        StringStatistic getName()
        Returns the name of the JIT Compiler
        Returns:
        StringStatistic The name of the JIT compiler
      • getTotalCompilationTime

        CountStatistic getTotalCompilationTime()
        Returns the accumulated time in milliseconds, that was spent in compilation
        Returns:
        CountStatistic Compilation time in milliseconds