Uses of Class
gov.nasa.worldwind.util.PerformanceStatistic
-
Packages that use PerformanceStatistic Package Description gov.nasa.worldwind gov.nasa.worldwind.awt gov.nasa.worldwind.cache gov.nasa.worldwind.render gov.nasa.worldwind.util -
-
Uses of PerformanceStatistic in gov.nasa.worldwind
Fields in gov.nasa.worldwind with type parameters of type PerformanceStatistic Modifier and Type Field Description protected java.util.Collection<PerformanceStatistic>
AbstractSceneController. perFrameStatistics
Methods in gov.nasa.worldwind that return types with arguments of type PerformanceStatistic Modifier and Type Method Description java.util.Collection<PerformanceStatistic>
AbstractSceneController. getPerFrameStatistics()
java.util.Collection<PerformanceStatistic>
SceneController. getPerFrameStatistics()
Returns the current per-frame statistics.java.util.Collection<PerformanceStatistic>
WorldWindow. getPerFrameStatistics()
Returns the active per-frame performance statistics such as number of tiles drawn in the most recent frame.java.util.Collection<PerformanceStatistic>
WorldWindowImpl. getPerFrameStatistics()
-
Uses of PerformanceStatistic in gov.nasa.worldwind.awt
Methods in gov.nasa.worldwind.awt that return types with arguments of type PerformanceStatistic Modifier and Type Method Description java.util.Collection<PerformanceStatistic>
WorldWindowGLCanvas. getPerFrameStatistics()
java.util.Collection<PerformanceStatistic>
WorldWindowGLJPanel. getPerFrameStatistics()
-
Uses of PerformanceStatistic in gov.nasa.worldwind.cache
Methods in gov.nasa.worldwind.cache that return types with arguments of type PerformanceStatistic Modifier and Type Method Description java.util.Collection<PerformanceStatistic>
BasicMemoryCacheSet. getPerformanceStatistics()
java.util.Collection<PerformanceStatistic>
MemoryCacheSet. getPerformanceStatistics()
-
Uses of PerformanceStatistic in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render with type parameters of type PerformanceStatistic Modifier and Type Field Description protected java.util.Collection<PerformanceStatistic>
DrawContextImpl. perFrameStatistics
Methods in gov.nasa.worldwind.render that return types with arguments of type PerformanceStatistic Modifier and Type Method Description java.util.Collection<PerformanceStatistic>
DrawContext. getPerFrameStatistics()
Returns the performance statistics that are gathered during each frame.java.util.Collection<PerformanceStatistic>
DrawContextImpl. getPerFrameStatistics()
Method parameters in gov.nasa.worldwind.render with type arguments of type PerformanceStatistic Modifier and Type Method Description void
DrawContext. setPerFrameStatistics(java.util.Collection<PerformanceStatistic> stats)
Specifies a collection of per-frame performance statistics.void
DrawContextImpl. setPerFrameStatistics(java.util.Collection<PerformanceStatistic> stats)
void
DrawContext. setPerFrameStatisticsKeys(java.util.Set<java.lang.String> statKeys, java.util.Collection<PerformanceStatistic> stats)
Specifies the performance statistics that are monitored during each frame.void
DrawContextImpl. setPerFrameStatisticsKeys(java.util.Set<java.lang.String> statKeys, java.util.Collection<PerformanceStatistic> stats)
-
Uses of PerformanceStatistic in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util with parameters of type PerformanceStatistic Modifier and Type Method Description int
PerformanceStatistic. compareTo(PerformanceStatistic that)
-