Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp92 uint64_t stime = 0; in profileProcess() local
98 !base::ParseUint(fields[14], &stime) || in profileProcess()
108 uint64_t system = stime + cstime; in profileProcess()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp781 uint64_t stime; in getStimeByPathAndVerifyName() local
802 if (android::base::ParseUint(data[stime_idx - 1], &stime)) { in getStimeByPathAndVerifyName()
803 ret = static_cast<int64_t>(stime); in getStimeByPathAndVerifyName()
845 int64_t stime; in fillProcessStime() local
853 if ((stime = getStimeByPathAndVerifyName(path, name)) < 0) { in fillProcessStime()
857 stimeDiff = stime - *prev_stime; in fillProcessStime()
862 *prev_stime = stime; in fillProcessStime()
/hardware/google/aemu/base/
DSystem.cpp435 res.system_time_us = info.stime / 1000; in cpuTime()