Click or drag to resize

LoadTestCaseGetMemoryUsage Method

Gets the memory usage.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<MeasurePoint> GetMemoryUsage()

Return Value

Type: ListMeasurePoint
A list of MeasurePoint represents the average Memory Usage during the test.

Implements

IPerformanceCountersGetMemoryUsage
See Also