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

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

Completed in 3 milliseconds