Searched refs:systemCpuTimeUs (Results 1 – 1 of 1) sorted by relevance
4520 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpCheckinLocked() local4521 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0) { in dumpCheckinLocked()4522 dumpLine(pw, uid, category, CPU_DATA, userCpuTimeUs / 1000, systemCpuTimeUs / 1000, in dumpCheckinLocked()6072 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpLocked()6073 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0) { in dumpLocked()6079 formatTimeMs(sb, systemCpuTimeUs / 1000); in dumpLocked()