PerformanceProfileState
Inherits from MetricState
Summary
Constructors
PerformanceProfileState() |
PerformanceProfileState(guid: Guid) |
PerformanceProfileState(other: MetricState) |
PerformanceProfileState(other: MetricEvent) |
PerformanceProfileState(other: DataContainer) |
Properties
Name | Type |
---|---|
processorCount | int |
processorCoreCount | int |
processorClock | int |
totalMemMB | int |
gpuMemMB | int |
graphicAdapterName | string |
platform | string |
Static members
Name | Type |
---|---|
PerformanceProfileState.typeInfo | TypeInformation |
Constructors
PerformanceProfileState
PerformanceProfileState()
Creates a new PerformanceProfileState frostbite instance.
PerformanceProfileState
PerformanceProfileState(guid: Guid)
Creates a new PerformanceProfileState frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PerformanceProfileState
PerformanceProfileState(other: MetricState)
Casts an instance of type MetricState to PerformanceProfileState. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MetricState | The instance to cast to PerformanceProfileState. |
PerformanceProfileState
PerformanceProfileState(other: MetricEvent)
Casts an instance of type MetricEvent to PerformanceProfileState. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MetricEvent | The instance to cast to PerformanceProfileState. |
PerformanceProfileState
PerformanceProfileState(other: DataContainer)
Casts an instance of type DataContainer to PerformanceProfileState. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PerformanceProfileState. |
Properties
processorCount
int
processorCoreCount
int
processorClock
int
totalMemMB
int
gpuMemMB
int
graphicAdapterName
string
platform
string
Static members
typeInfo
The type information for the PerformanceProfileState type.