---
title: SuspendedMemoryMetric
framework: metrickit
role: symbol
role_heading: Structure
path: metrickit/suspendedmemorymetric
---

# SuspendedMemoryMetric

A metric that measures average suspended memory footprint with statistical data.

## Declaration

```swift
struct SuspendedMemoryMetric
```

## Mentioned in

Analyzing app performance with MetricKit

## Discussion

Discussion This metric corresponds to the MetricResult.suspendedMemory(_:) case. It appears only in intervalEntries and is not included in state entries.

## Topics

### Measurements

- [value](metrickit/suspendedmemorymetric/value.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### CPU and memory metrics

- [CPUTimeMetric](metrickit/cputimemetric.md)
- [CPUInstructionsCountMetric](metrickit/cpuinstructionscountmetric.md)
- [CPUExceptionDiagnostic](metrickit/cpuexceptiondiagnostic.md)
- [PeakMemoryMetric](metrickit/peakmemorymetric.md)
- [MemoryExceptionDiagnostic](metrickit/memoryexceptiondiagnostic.md)
