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()
Function GetCurrentExpectedLoad As Double
double GetCurrentExpectedLoad()
abstract GetCurrentExpectedLoad : unit -> float
Return Value
Type:
DoubleA
Double value represents the current load in numbers of iterations per second.
See Also