Click or drag to resize

IPerformanceCountersGetMemoryUsage Method

Gets the memory usage.

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

Return Value

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