IPerformanceCountersGetIterationCycleTime Method |
Gets the iteration cycle time.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax List<MeasurePoint> GetIterationCycleTime()
Function GetIterationCycleTime As List(Of MeasurePoint)
List<MeasurePoint^>^ GetIterationCycleTime()
abstract GetIterationCycleTime : unit -> List<MeasurePoint>
Return Value
Type:
ListMeasurePointA list of
MeasurePoint represents the cycle time of the iterations during the test.
See Also