Contents

XCTOSSignpostMetric

A metric to record the time that a performance test spends executing a signposted region of code.

Declaration

class XCTOSSignpostMetric

Overview

This metric captures the time that elapses between the begin and end events for a specific named os_signpost(_:dso:log:name:signpostID:) region. It doesn’t record any results when there isn’t a matching pair of begin and end events.

Topics

Measuring Specific Signposts

Measuring Navigation Transitions

Measuring Scrolling Properties

Deprecated

See Also

Measurement Metrics