Class Adl.ADLODNPerformanceStatus

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.windows.Adl.ADLODNPerformanceStatus
Enclosing interface:
Adl

@FieldOrder({"iCoreClock","iMemoryClock","iDCEFClock","iGFXClock","iUVDClock","iVCEClock","iGPUActivityPercent","iCurrentCorePerformanceLevel","iCurrentMemoryPerformanceLevel","iCurrentDCEFPerformanceLevel","iCurrentGFXPerformanceLevel","iUVDPerformanceLevel","iVCEPerformanceLevel","iCurrentBusSpeed","iCurrentBusLanes","iMaximumBusLanes","iVDDC","iVDDCI"}) public static class Adl.ADLODNPerformanceStatus extends com.sun.jna.Structure
  • Field Details

    • iCoreClock

      public int iCoreClock
    • iMemoryClock

      public int iMemoryClock
    • iDCEFClock

      public int iDCEFClock
    • iGFXClock

      public int iGFXClock
    • iUVDClock

      public int iUVDClock
    • iVCEClock

      public int iVCEClock
    • iGPUActivityPercent

      public int iGPUActivityPercent
    • iCurrentCorePerformanceLevel

      public int iCurrentCorePerformanceLevel
    • iCurrentMemoryPerformanceLevel

      public int iCurrentMemoryPerformanceLevel
    • iCurrentDCEFPerformanceLevel

      public int iCurrentDCEFPerformanceLevel
    • iCurrentGFXPerformanceLevel

      public int iCurrentGFXPerformanceLevel
    • iUVDPerformanceLevel

      public int iUVDPerformanceLevel
    • iVCEPerformanceLevel

      public int iVCEPerformanceLevel
    • iCurrentBusSpeed

      public int iCurrentBusSpeed
    • iCurrentBusLanes

      public int iCurrentBusLanes
    • iMaximumBusLanes

      public int iMaximumBusLanes
    • iVDDC

      public int iVDDC
    • iVDDCI

      public int iVDDCI
  • Constructor Details

    • ADLODNPerformanceStatus

      public ADLODNPerformanceStatus()