com.partnersoft.v3x.util
Class SystemStats
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static SystemStats instance
SystemStats
public SystemStats()
singleton
public static SystemStats singleton()