CpuStressInstanceCpuPercentage Property
Gets the average percentage of CPU usage that is allocated by this instance.
Value is in range of 0.01% to 100%.
Namespace: DevCase.Core.IO.Devices.HardwareStressAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public float InstanceCpuPercentage { get; }
Public ReadOnly Property InstanceCpuPercentage As Single
Get
Dim instance As CpuStress
Dim value As Single
value = instance.InstanceCpuPercentage
public:
property float InstanceCpuPercentage {
float get ();
}
member InstanceCpuPercentage : float32 with get
No code example is currently available or this language may not be supported.
Property Value
Single
The average percentage of CPU usage that is allocated by this instance.