MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ADLAdapterODClockConfig

Class ADLAdapterODClockConfig

IntelPresentMon/ControlLib/adl_structures.h:1091–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089/// \nosubgrouping
1090////////////////////////////////////////////////////////////////////////////////////////////
1091typedef struct ADLAdapterODClockConfig
1092{
1093/// Size of the structure
1094 int iSize;
1095/// Flag \ref define_clockinfo_flags
1096 int iFlags;
1097/// Memory Clock
1098 int iMemoryClock;
1099/// Engine Clock
1100 int iEngineClock;
1101} ADLAdapterODClockConfig;
1102
1103/////////////////////////////////////////////////////////////////////////////////////////////
1104///\brief Structure containing information about current power management related activity.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected