Searched defs:cpu_usage (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc38 WebRtc_UWord32*& cpu_usage)
42 cpu_usage = NULL;
48 cpu_usage = NULL;
52 cpu_usage = cpu_usage_;
478 unsigned __int64 cpu_usage = 0; local
483 hr = wbem_enum_access_[i]->ReadQWORD(cpu_usage_handle_,&cpu_usage);
498 (previous_processor_timestamp_[i] > cpu_usage) ||
504 previous_processor_timestamp_[i] = cpu_usage;
509 cpu_usage - previous_processor_timestamp_[i];
525 previous_processor_timestamp_[i] = cpu_usage;
37 CpuUsageMultiCore(WebRtc_UWord32& num_cores, WebRtc_UWord32*& cpu_usage) argument
[all...]
/external/chromium_org/chrome/browser/performance_monitor/
H A Dperformance_monitor.cc346 double cpu_usage = 0; local
349 cpu_usage += iter->second->GetCPUUsage();
354 cpu_usage));
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.h389 double cpu_usage; member in struct:TaskManagerModel::PerProcessValues
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc799 void RenderMessageFilter::OnGetCPUUsage(int* cpu_usage) { argument
806 *cpu_usage = cpu_usage_;
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc835 int cpu_usage = 0; local
836 Send(new ViewHostMsg_GetCPUUsage(&cpu_usage));
840 if (cpu_usage < kIdleCPUUsageThresholdInPercents) {
/external/linux-tools-perf/
H A Dbuiltin-sched.c69 u64 cpu_usage; member in struct:task_desc
108 static u64 cpu_usage; variable
491 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0;
552 cpu_usage = 0;
573 cpu_usage += task->cpu_usage;
574 task->cpu_usage = 0;
579 runavg_cpu_usage = cpu_usage;
580 runavg_cpu_usage = (runavg_cpu_usage*9 + cpu_usage)/10;
627 (double)cpu_usage/
[all...]

Completed in 179 milliseconds