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

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc107 * (4b) stime
117 int stime; local
119 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
126 JDWP::Append4BE(bytes, stime);
/art/runtime/
H A Dutils.h213 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu);
H A Dutils.cc983 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { argument
984 *utime = *stime = *task_cpu = 0;
996 *stime = strtoull(fields[12].c_str(), nullptr, 10);
H A Dthread.cc988 int stime = 0; local
990 GetTaskStats(tid, &native_thread_state, &utime, &stime, &task_cpu);
995 << " stm=" << stime

Completed in 122 milliseconds