XCTOSSignpostMetric
A metric to record the time that a performance test spends executing a signposted region of code.
Declaration
class XCTOSSignpostMetricOverview
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.