Package gaiasky.util
Class VMemInfo
java.lang.Object
gaiasky.util.VMemInfo
Gathers and provides information on video memory.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
static double
static double
static void
-
Constructor Details
-
VMemInfo
public VMemInfo()
-
-
Method Details
-
initialize
public static void initialize() -
getFreeMemory
public static double getFreeMemory() -
getTotalMemory
public static double getTotalMemory() -
getUsedMemory
public static double getUsedMemory()
-