Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp93 uint64_t cutime = 0; in profileProcess() local
99 !base::ParseUint(fields[15], &cutime) || in profileProcess()
107 uint64_t user = utime + cutime; in profileProcess()