Click or drag to resize

LoadTestCaseMemoryUsage Property

Gets or sets the memory usag measurement during the last execution

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

Property Value

Type: ListMeasurePoint
The memory usage.
See Also