/sdk/emulator/qtools/ |
profile_pid.cpp | 27 if (proc1->cpu_time < proc2->cpu_time) 29 if (proc1->cpu_time > proc2->cpu_time) 31 // If the cpu_time times are the same, then sort into increasing 69 total_time += processes[ii].cpu_time; 73 printf(" pid parent cpu_time %% %% flags argv\n"); 76 sum_time += pstate->cpu_time; 77 double per = 100.0 * pstate->cpu_time / total_time; 85 pstate->pid, pstate->parent_pid, pstate->cpu_time, [all...] |
trace_reader.h | 122 cpu_time = 0; 176 uint64_t cpu_time; member in class:TraceReader::ProcessState [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 52 cpu_time = 0; # total time the CPU stats were measured on 87 cpu_time += factor * $2 * 0.01 91 print "got(/sys/..time_in_state):", $0, "=>", factor, cpu_time, cpu_MHz, MHZtime[$1] 146 if (cpu_time) 148 dur_cpu = ", " cpu_time " (cpu-stats)" 164 if (cpu_time) 166 cpu_eMHz = cpu_MHz/cpu_time
|
/system/extras/sane_schedstat/ |
sane_schedstat.c | 49 unsigned long long cpu_time; /* time spent running by tasks (ms) */ member in struct:cpu_stat 72 printf("CPU yield() schedule() switch idle ttwu() local cpu_time wait_time timeslices\n"); 79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount); 91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) { 102 cpu_delta[cpu].cpu_time = tmp.cpu_time - cpu_prev[cpu].cpu_time;
|
/external/netperf/ |
netcpu_sysctl.c | 80 get_cpu_time(long *cpu_time) 82 size_t cpu_time_len = CPUSTATES * sizeof (cpu_time[0]); 84 if (sysctlbyname("kern.cp_time", cpu_time, &cpu_time_len, NULL, 0) == -1) {
|
/external/llvm/utils/Misc/ |
zkill | 67 ('TIME', parse_time, 'cpu_time'), 254 if opts.minTime <= p.cpu_time <= opts.maxTime] 266 (p.pid, signalValueName, p.user, p.executable, p.cpu_percent, p.cpu_time, p.vmem_size, p.rss))
|
/external/kernel-headers/original/linux/ |
sched.h | 547 unsigned long cpu_time, /* time spent on the cpu */ member in struct:sched_info [all...] |