Click or drag to resize

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()

Return Value

Type: ListMeasurePoint
A list of MeasurePoint represents the cycle time of the iterations during the test.
See Also