Package gaiasky.util

Class VMemInfo

java.lang.Object
gaiasky.util.VMemInfo

public class VMemInfo
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static interface  VMemInfo.IGraphicsDeviceInfo  
  • Constructor Summary

    Constructors
    Constructor Description
    VMemInfo()  
  • Method Summary

    Modifier and Type Method Description
    static double getFreeMemory()  
    static double getTotalMemory()  
    static double getUsedMemory()  
    static void initialize()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()