---
title: cumulativeCPUResourceLimitExitCount
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxbackgroundexitdata/cumulativecpuresourcelimitexitcount
---

# cumulativeCPUResourceLimitExitCount

The number of times the system terminated the app from the background for using too much CPU time.

## Declaration

```swift
var cumulativeCPUResourceLimitExitCount: Int { get }
```

## See Also

### Reading the System Termination Count

- [cumulativeAppWatchdogExitCount](metrickit/mxbackgroundexitdata/cumulativeappwatchdogexitcount.md)
- [cumulativeMemoryResourceLimitExitCount](metrickit/mxbackgroundexitdata/cumulativememoryresourcelimitexitcount.md)
- [cumulativeMemoryPressureExitCount](metrickit/mxbackgroundexitdata/cumulativememorypressureexitcount.md)
- [cumulativeSuspendedWithLockedFileExitCount](metrickit/mxbackgroundexitdata/cumulativesuspendedwithlockedfileexitcount.md)
