LoadTestCaseIterationExecutionTime Property |
Gets or sets the iteration execution time during the last execution.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public List<MeasurePoint> IterationExecutionTime { get; protected set; }
Public Property IterationExecutionTime As List(Of MeasurePoint)
Get
Protected Set
public:
property List<MeasurePoint^>^ IterationExecutionTime {
List<MeasurePoint^>^ get ();
protected: void set (List<MeasurePoint^>^ value);
}
member IterationExecutionTime : List<MeasurePoint> with get, set
Property Value
Type:
ListMeasurePoint
The iteration cycle time. where
Time is aligned to second, and
Value is average execution time in that second.
See Also