IPerformanceCountersGetCurrentActualLoad Method |
Gets the current actual load (Iterations/second) of the current running performance test scenario. This indicator will ignore any iteration ignored by the limitation by max number of threads.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax double GetCurrentActualLoad()
Function GetCurrentActualLoad As Double
double GetCurrentActualLoad()
abstract GetCurrentActualLoad : unit -> float
Return Value
Type:
DoubleA
Double value represents the current actual load in numbers of iterations per second.
See Also