com.partnersoft.v3x.util
Class SystemStats

java.lang.Object
  extended by com.partnersoft.v3x.util.SystemStats

public class SystemStats
extends java.lang.Object

Keeps track of statistics and numbers for an application. For example, it can track memory used, memory available, bytes written, rover files translated, rover styles defined, etc. etc. etc. The SystemStatsPrinter can be used to dump these to a log; or alternately you can use a SystemStatsViewer in a gui.


Field Summary
static SystemStats instance
           
 
Constructor Summary
SystemStats()
           
 
Method Summary
static SystemStats singleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static SystemStats instance
Constructor Detail

SystemStats

public SystemStats()
Method Detail

singleton

public static SystemStats singleton()