Searched refs:userCpuTimeUs (Results 1 – 1 of 1) sorted by relevance
3607 final long userCpuTimeUs = u.getUserCpuTimeUs(which); in dumpCheckinLocked() local3609 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0) { in dumpCheckinLocked()3610 dumpLine(pw, uid, category, CPU_DATA, userCpuTimeUs / 1000, systemCpuTimeUs / 1000, in dumpCheckinLocked()5075 final long userCpuTimeUs = u.getUserCpuTimeUs(which); in dumpLocked() local5077 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0) { in dumpLocked()5081 formatTimeMs(sb, userCpuTimeUs / 1000); in dumpLocked()