Interface JVMCompilationStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringStatisticgetName()Returns the name of the JIT CompilerCountStatisticgetTotalCompilationTime()Returns the accumulated time in milliseconds, that was spent in compilation-
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
-
-
-
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
-
-