HomeSort by relevance Sort by last modified time
    Searched refs:cpu_time (Results 1 - 11 of 11) 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
  /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/chromium_org/tools/perf/measurements/
loading_measurement_analyzer.py 50 cpu_time = 0
69 cpu_time += value
71 self.cpu_times.append((cpu_time, row['url']))
73 network_time = load_time - cpu_time
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.c 49 int64_t cpu_time = os_time_get() * 1000; local
53 return cpu_time + nouveau_screen(pscreen)->cpu_gpu_time_delta;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 49 int64_t cpu_time = os_time_get() * 1000; local
53 return cpu_time + nouveau_screen(pscreen)->cpu_gpu_time_delta;
  /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/chromium_org/base/process/
process_metrics_linux.cc 193 TimeDelta cpu_time = internal::ClockTicksToTimeDelta(cpu); local
195 int percentage = 100 * (cpu_time - last_cpu_time).InSecondsF() /
  /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 289 milliseconds