Click or drag to resize

LoadTestCaseGetCPUUsage Method

Gets the CPU usage.

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

Return Value

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

Implements

IPerformanceCountersGetCPUUsage
See Also