MXSignpostMetric
An object representing a custom metric.
Declaration
class MXSignpostMetricOverview
A custom metric is an event type with a developer-defined name and category. You can add custom metrics to daily reports to capture information specific to your app.
Custom metrics are a type of signpost saved to custom OS logs created using makeLogHandle(category:). The daily report contains information about the number and duration of custom events, as well as the power and performance impact of those events. Only custom metric events logged using MetricKit utility functions capture additional power and performance data.
Topics
Logging custom metrics
mxSignpost(_:dso:log:name:signpostID:_:_:)mxSignpostAnimationIntervalBegin(dso:log:name:signpostID:_:_:)