Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils.cc227 int64_t utime, stime, cutime, cstime, starttime; in ParseProcStat() local
233 !ParseInt(stat_fields[21 - kSkippedFields], &starttime)) { in ParseProcStat()
236 if (starttime == 0) { in ParseProcStat()
242 stat->wall_time_ms = uptime_ms - starttime * 1000 / ticks_per_sec; in ParseProcStat()