Interface JVMCompilationStats
- All Superinterfaces:
Stats
A Stats interface, to expose the monitoring information
about the JVM Compilation subsystem
- Since:
- 8.1
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the JIT CompilerReturns the accumulated time in milliseconds, that was spent in compilationMethods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
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
-