Searched refs:utime (Results 1 - 4 of 4) sorted by relevance

/art/libartbase/base/
H A Dutils.cc148 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { argument
149 *utime = *stime = *task_cpu = 0;
161 *utime = strtoull(fields[11].c_str(), nullptr, 10);
H A Dutils.h88 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu);
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc117 * (4b) utime
127 int utime; local
130 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
136 JDWP::Append4BE(bytes, utime);
/art/runtime/
H A Dthread.cc1727 int utime = 0; local
1730 GetTaskStats(tid, &native_thread_state, &utime, &stime, &task_cpu);
1734 << " utm=" << utime

Completed in 418 milliseconds