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

  /external/chromium_org/chrome/browser/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdddisk.h 354 LARGE_INTEGER IdleTime;
winternl.h 665 LARGE_INTEGER IdleTime;
728 LARGE_INTEGER IdleTime;
    [all...]
winioctl.h 781 LARGE_INTEGER IdleTime;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 1642 milliseconds