类 PerformanceInfo

java.lang.Object
net.minecraftforge.fml.earlydisplay.PerformanceInfo

public class PerformanceInfo extends Object
  • 字段详细资料

    • MEMORY_BEAN

      private static final MemoryMXBean MEMORY_BEAN
    • showCPUUsage

      private final boolean showCPUUsage
    • osBean

      private final OperatingSystemMXBean osBean
    • memory

      private float memory
    • text

      private String text
  • 构造器详细资料

    • PerformanceInfo

      PerformanceInfo()
  • 方法详细资料

    • update

      void update()
    • text

      String text()
    • memory

      float memory()