CpuStressProcessCpuPercentage Property
Gets the average percentage of CPU usage that is allocated by the current process.
Value is in range of 0% 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 static float ProcessCpuPercentage { get; }
Public Shared ReadOnly Property ProcessCpuPercentage As Single
Get
Dim value As Single
value = CpuStress.ProcessCpuPercentage
public:
static property float ProcessCpuPercentage {
float get ();
}
static member ProcessCpuPercentage : 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 the current process.