public static interface KernelUidCpuTimeReader.Callback
Modifier and Type | Method and Description |
---|---|
void |
onUidCpuTime(int uid,
long userTimeUs,
long systemTimeUs,
long powerMaUs) |
void onUidCpuTime(int uid, long userTimeUs, long systemTimeUs, long powerMaUs)
uid
- UID of the appuserTimeUs
- time spent executing in user space in microsecondssystemTimeUs
- time spent executing in kernel space in microsecondspowerMaUs
- power consumed executing, in milli-ampere microseconds