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

/system/extras/taskstats/
H A Dtaskstats.c184 int human_readable) {
199 if (human_readable) {
216 human_readable ? "Delay (ms)" : "Delay (ns)",
222 if (!human_readable) {
267 if (human_readable && s->ac_stime) {
309 int human_readable = 1; local
339 human_readable = 0;
369 print_task_stats(&stats, human_readable);
183 print_task_stats(const struct TaskStatistics* stats, int human_readable) argument

Completed in 47 milliseconds