GetAllRtCoreThrottling

This method returns via references whether frequency throttling is occurring on any of the real-time cores due to the thermal or power limits being exceeded.
Return value
Name | Type | Description |
---|---|---|
GetAllRtCoreThrottling | HRESULT | In the event of an error, returns the error code for the error that has occurred. |
Inputs
Name | Type | Description |
---|---|---|
bRtInThermalThrottling | REFERENCE_TO_BOOL | Is TRUE if one of the real-time cores is currently throttling its frequency due to the temperature limits being exceeded. |
bRtInPowerThrottling | REFERENCE_TO_BOOL | Is TRUE if one of the real-time cores is currently throttling its frequency due to the performance limit of the platform package being exceeded. |