Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp381 uint64_t stime; in getStimeByPid() local
395 if (android::base::ParseUint(data[stime_idx - 1], &stime)) in getStimeByPid()
396 return stime; in getStimeByPid()
429 uint64_t stime = getStimeByPid(*pid); in fillProcessStime() local
430 tmp.set<VendorAtomValue::longValue>(stime - *prev_stime); in fillProcessStime()
432 (*prev_stime) = stime; in fillProcessStime()
/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()