cumulativeCPUInstructions
The total number of CPU instructions the app executed during the reporting period.
Declaration
var cumulativeCPUInstructions: Measurement<Unit> { get }Discussion
For CPUs using out-of-order execution, this property represents the count of instructions the pipeline fully executes. These instructions are sometimes referred to as retired instructions.