Home
last modified time | relevance | path

Searched refs:GetProcessTimes (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp95 // case, GetProcessTimes will not return different values, making it in GetCurrentProcessCpuTime()
102 GetProcessTimes(GetCurrentProcess(), &creationTime, &exitTime, &kernelTime, &userTime); in GetCurrentProcessCpuTime()
/third_party/node/deps/uvwasi/src/
H A Dclocks.c81 /* The GetProcessTimes() docs claim a resolution of 100 ns. */ \
125 UVWASI__WIN_TIME_AND_RETURN(GetCurrentProcess(), GetProcessTimes, *time); in uvwasi__clock_gettime_process_cputime() local
/third_party/benchmark/src/
H A Dtimers.cc123 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c77 if (!GetProcessTimes(GetCurrentProcess(), &ftCreation, &ftExit, in get_cpu_stats()
/third_party/libuv/src/win/
H A Dutil.c885 ret = GetProcessTimes(GetCurrentProcess(), &createTime, &exitTime, &kernelTime, &userTime); in uv_getrusage()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp564 ::GetProcessTimes(::GetCurrentProcess() in PrintStat()
/third_party/node/deps/uv/src/win/
H A Dutil.c1033 ret = GetProcessTimes(GetCurrentProcess(), &createTime, &exitTime, &kernelTime, &userTime); in uv_getrusage()
/third_party/python/Modules/
H A Dtimemodule.c1220 ok = GetProcessTimes(process, &creation_time, &exit_time,
1228 info->implementation = "GetProcessTimes()";
H A Dposixmodule.c9112 GetProcessTimes(hProc, &create, &exit, &kernel, &user); in os_times_impl()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2713 GetProcessTimes(proc, &junk, &junk, &junk, &now); in app_tminterval()
/third_party/openssl/apps/lib/
H A Dapps.c2706 GetProcessTimes(proc, &junk, &junk, &junk, &now); in app_tminterval()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp500 ::GetProcessTimes(::GetCurrentProcess()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c4487 GetProcessTimes(proc, &c, &e, &k, &u); in get_benchmark_time_stamps()
/third_party/ffmpeg/
H A Dconfigure2281 GetProcessTimes
6272 check_func_headers windows.h GetProcessTimes

Completed in 49 milliseconds