HomeSort by relevance Sort by last modified time
    Searched refs:cpu_time (Results 1 - 5 of 5) sorted by null

  /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
  /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/kernel-headers/original/linux/
sched.h 547 unsigned long cpu_time, /* time spent on the cpu */ member in struct:sched_info
    [all...]

Completed in 30 milliseconds