Resource Tuner
|
Used to store information regarding Resources / Tunables which need to be Provisioned as part of the tuneResources API. More...
#include <Resource.h>
Public Attributes | ||
union { | ||
int32_t value | ||
Use this field for single Valued Resources. | ||
std::vector< int32_t > * values | ||
Use this field for Multi Valued Resources. | ||
} | mResValue | |
The value to be Configured for this Resource Node. | ||
Private Attributes | |
uint32_t | mResCode |
A uniqued 32-bit (unsigned) identifier for the Resource. | |
uint32_t | mResInfo |
Holds Logical Core and Cluster Information: | |
int32_t | mOptionalInfo |
Field to hold optional information for Request Processing. | |
int32_t | mNumValues |
Number of values to be configured for the Resource, both single-valued and multi-valued Resources are supported. | |
Used to store information regarding Resources / Tunables which need to be Provisioned as part of the tuneResources API.
Definition at line 16 of file Resource.h.
|
private |
A uniqued 32-bit (unsigned) identifier for the Resource.
Definition at line 24 of file Resource.h.
|
private |
Holds Logical Core and Cluster Information:
Definition at line 32 of file Resource.h.