Contents

XCTMemoryMetric

A metric to record the physical memory that a performance test uses.

Declaration

class XCTMemoryMetric

Overview

XCTMemoryMetric compares the memory use before and after running the block argument to measure(metrics:block:), and reports the difference.

Topics

Initializers

See Also

Measurement Metrics