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

  /external/chromium_org/chrome/browser/
idle_query_x11.h 20 int IdleTime();
idle_linux.cc 20 notify.Run(idle_query.IdleTime());
idle_query_x11.cc 37 int IdleQueryX11::IdleTime() {
  /external/netperf/
netcpu_ntperf.c 59 LARGE_INTEGER IdleTime;
279 PerfCntrs->EndInfo[i].KernelTime.QuadPart -= PerfCntrs->EndInfo[i].IdleTime.QuadPart;
280 PerfCntrs->EndInfo[MAXCPUS].IdleTime.QuadPart += PerfCntrs->EndInfo[i].IdleTime.QuadPart;
314 DeltaInfo[i].IdleTime.QuadPart = PerfCntrs->EndInfo[i].IdleTime.QuadPart -
315 PerfCntrs->StartInfo[i].IdleTime.QuadPart;
328 DeltaInfo[i].IdleTime.QuadPart +
336 tot_CPU_Util = 100.0*(1.0 - (double)DeltaInfo[MAXCPUS].IdleTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //Lint
369 100.0*(1.0 - (double)DeltaInfo[i].IdleTime.QuadPart/(double)TotalCPUTime[i].QuadPart)); //Lin
    [all...]
  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider_win.cc 63 idle = static_cast<double>(processor_info[i].IdleTime.QuadPart);
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 215 current_idle += processor_info[ix].IdleTime.QuadPart;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 665 LARGE_INTEGER IdleTime;
728 LARGE_INTEGER IdleTime;
    [all...]
ntdddisk.h 354 LARGE_INTEGER IdleTime;
winioctl.h 781 LARGE_INTEGER IdleTime;
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 7101 milliseconds