Click or drag to resize

IPerformanceCountersGetCPUUsage Method

Gets the CPU usage.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
List<MeasurePoint> GetCPUUsage()

Return Value

Type: ListMeasurePoint
A list of MeasurePoint represents the average CPU Usage during the test.
See Also