Contents

CPUExceptionDiagnostic

A diagnostic for a fatal or nonfatal CPU exception.

Declaration

struct CPUExceptionDiagnostic

Discussion

CPU exceptions occur when your app consumes an excessive amount of CPU time in a short period. The diagnostic includes a CallStackTree to identify the responsible code path, along with totalCPUTime and totalSampledTime measurements.

This type replaces MXCPUExceptionDiagnostic.

Topics

Call stack

CPU exception details

See Also

CPU and memory metrics