Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp94 uint64_t cstime = 0; in profileProcess() local
100 !base::ParseUint(fields[16], &cstime)) { in profileProcess()
108 uint64_t system = stime + cstime; in profileProcess()