Click or drag to resize

LoadTestReportItemCPUUsage Property

Gets or sets the cpu usage during the test

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

Property Value

Type: ListMeasurePoint
The cpu usage.
See Also