Counters for this category contain information for the Alarm Manager.
Note: With the instrumentation level set to anything other than MAX, the values may be less accurate for TimeStatistics and CountStatistics (and in the case of CountStatistics, such as numConnectionHandles, can even be negative). This is due to counters not being synchronized. Synchronizing counters is very expensive in terms of resources, so it is only done when the instrumentation level is set to MAX.
Name | Key | Description | Version | Granularity | Type | Level |
Alarms created | Alarms created | The total number of alarms created by all asynchronous scopes for this WorkManager | 5.0 and later | Per WorkManager | CountStatistic | High |
Alarms cancelled | Alarms Cancelled | The number of alarms cancelled by the application | 5.0 and later | Per WorkManager | CountStatistic | High |
Alarms fired | Alarms fired | The number of alarms fired | 5.0 and later | Per WorkManager | CountStatistic | High |
Alarm latency | Alarm latency (ms) | The latency of alarms fired in milliseconds | 5.0 and later | Per WorkManager | RangeStatistic | High |
Alarms pending | Alarms pending | The number of alarms waiting to fire | 5.0 and later | Per WorkManager | RangeStatistic | High |
Alarms per sec | Alarms per sec | The number of alarms firing per second | 5.0 and later | Per WorkManager | RangeStatistic | High |