| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getLoadedClassCount()
Returns the number of classes that are currently loaded
in the JVM
|
CountStatistic |
getTotalLoadedClassCount()
Returns the total number of classes that have been loaded,
since the JVM began execution
|
CountStatistic |
getUnloadedClassCount()
Returns the number of classes that have been unloaded from the JVM
|
getStatistic, getStatisticNames, getStatisticsCountStatistic getLoadedClassCount()
CountStatistic getTotalLoadedClassCount()
CountStatistic getUnloadedClassCount()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.