Click or drag to resize

IPerformanceCountersGetCurrentExpectedLoad Method

Gets the current load (Iterations/second) of the current running performance test scenario.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
double GetCurrentExpectedLoad()

Return Value

Type: Double
A Double value represents the current load in numbers of iterations per second.
See Also