Click or drag to resize

LoadTestCaseCPUUsage Property

Gets or sets the cpu usage measurement of the last execution

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<MeasurePoint> CPUUsage { get; protected set; }

Property Value

Type: ListMeasurePoint
The cpu usage measurement.
See Also