CPUExceptionDiagnostic
A diagnostic for a fatal or nonfatal CPU exception.
Declaration
struct CPUExceptionDiagnosticDiscussion
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.