<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MetricKit",
  "identifier" : "/documentation/MetricKit/MXSignpostIntervalEnd",
  "metadataVersion" : "0.1.0",
  "role" : "Macro",
  "symbol" : {
    "kind" : "Macro",
    "modules" : [
      "MetricKit"
    ],
    "preciseIdentifier" : "c:@macro@MXSignpostIntervalEnd"
  },
  "title" : "MXSignpostIntervalEnd"
}
-->

# MXSignpostIntervalEnd

Post the end time of a custom metric event to a metric kit log.

```
#define MXSignpostIntervalEnd(log, event_id, name, ...)
```

## Parameters

`log`

A log for the category of the event that was created previously using [`makeLogHandle(category:)`](/documentation/MetricKit/MXMetricManager/makeLogHandle(category:)).

`event_id  `

An <doc://com.apple.documentation/documentation/os/OSSignpostID> for the underlyng `os_signpost`.

`name`

A string containing developer assigned name of the custom event.

`…`

The variable arguments for <doc://com.apple.documentation/documentation/os/os_signpost_event_emit>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)