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

/system/core/toolbox/
H A Dschedtop.c21 uint64_t exec_time; member in struct:thread_info
113 if(sscanf(line, "%llu %llu %u", &info->exec_time, &info->delay_time, &info->run_count) != 3)
116 proc_info->exec_time += info->exec_time;
187 NS_TO_S_D(threads.data[j].exec_time - last_threads.data[i].exec_time),
190 NS_TO_S_D(threads.data[j].exec_time), NS_TO_S_D(threads.data[j].delay_time),
207 proc_info->exec_time = 0;
240 NS_TO_S_D(processes.data[j].exec_time - last_processes.data[i].exec_time),
[all...]

Completed in 4 milliseconds