Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/watchdog/server/tests/
DProcStatTest.cpp38 return StringPrintf("Cpu Stats:\nUserTime: %" PRIu64 " NiceTime: %" PRIu64 " SysTime: %" PRIu64 in toString()
39 " IdleTime: %" PRIu64 " IoWaitTime: %" PRIu64 " IrqTime: %" PRIu64 in toString()
40 " SoftIrqTime: %" PRIu64 " StealTime: %" PRIu64 " GuestTime: %" PRIu64 in toString()
41 " GuestNiceTime: %" PRIu64 "\nNumber of running processes: %" PRIu32 in toString()
DProcPidStatTest.cpp41 "Major page faults: %" PRIu64 ", Num threads: %" PRIu32 in toString()
42 ", Start time: %" PRIu64, in toString()
/packages/services/Car/watchdog/server/src/
DUidIoStats.cpp80 return StringPrintf("FgRdBytes:%" PRIu64 " BgRdBytes:%" PRIu64 " FgWrBytes:%" PRIu64 in toString()
81 " BgWrBytes:%" PRIu64 " FgFsync:%" PRIu64 " BgFsync:%" PRIu64, in toString()
DIoPerfCollection.cpp204 StringAppendF(&buffer, ", %" PRIu64 ", %.2f%%, %" PRIu64 ", %.2f%%", stat.bytes[i], in toString()
220 StringAppendF(&buffer, ", %" PRIu64 ", %.2f%%, %" PRIu64 ", %.2f%%", stat.bytes[i], in toString()
231 StringAppendF(&buffer, "CPU I/O wait time/percent: %" PRIu64 " / %.2f%%\n", data.cpuIoWaitTime, in toString()
241 StringAppendF(&buffer, "Number of major page faults since last collection: %" PRIu64 "\n", in toString()
256 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString()
260 StringAppendF(&buffer, "\t%s, %" PRIu64 ", %.2f%%\n", procStats.comm.c_str(), in toString()
275 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString()
279 StringAppendF(&buffer, "\t%s, %" PRIu64 ", %.2f%%\n", procStats.comm.c_str(), in toString()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
Dinttypes.h142 #define PRIu64 "I64u" macro