NASA World Wind

gov.nasa.worldwind.util
Class PerformanceStatistic

java.lang.Object
  extended by gov.nasa.worldwind.util.PerformanceStatistic
All Implemented Interfaces:
Comparable<PerformanceStatistic>

public class PerformanceStatistic
extends Object
implements Comparable<PerformanceStatistic>


Field Summary
static String ALL
           
static Set<String> ALL_STATISTICS_SET
           
static String FRAME_RATE
           
static String FRAME_TIME
           
static String IMAGE_TILE_COUNT
           
static String MEMORY_CACHE
           
static String PICK_TIME
           
static String TERRAIN_TILE_COUNT
           
static String TEXTURE_CACHE
           
 
Constructor Summary
PerformanceStatistic(String key, String displayString, Object value)
           
 
Method Summary
 int compareTo(PerformanceStatistic that)
           
 boolean equals(Object o)
           
 String getDisplayString()
           
 String getKey()
           
 Object getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final String ALL
See Also:
Constant Field Values

ALL_STATISTICS_SET

public static final Set<String> ALL_STATISTICS_SET

FRAME_RATE

public static final String FRAME_RATE
See Also:
Constant Field Values

FRAME_TIME

public static final String FRAME_TIME
See Also:
Constant Field Values

IMAGE_TILE_COUNT

public static final String IMAGE_TILE_COUNT
See Also:
Constant Field Values

MEMORY_CACHE

public static final String MEMORY_CACHE
See Also:
Constant Field Values

PICK_TIME

public static final String PICK_TIME
See Also:
Constant Field Values

TERRAIN_TILE_COUNT

public static final String TERRAIN_TILE_COUNT
See Also:
Constant Field Values

TEXTURE_CACHE

public static final String TEXTURE_CACHE
See Also:
Constant Field Values
Constructor Detail

PerformanceStatistic

public PerformanceStatistic(String key,
                            String displayString,
                            Object value)
Method Detail

compareTo

public int compareTo(PerformanceStatistic that)
Specified by:
compareTo in interface Comparable<PerformanceStatistic>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getDisplayString

public String getDisplayString()

getKey

public String getKey()

getValue

public Object getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind