Searched refs:GetProcessTimes (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_win.cpp | 95 // 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 D | clocks.c | 81 /* 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 D | timers.cc | 123 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpu.c | 77 if (!GetProcessTimes(GetCurrentProcess(), &ftCreation, &ftExit, in get_cpu_stats()
|
/third_party/libuv/src/win/ |
H A D | util.c | 885 ret = GetProcessTimes(GetCurrentProcess(), &createTime, &exitTime, &kernelTime, &userTime); in uv_getrusage()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 564 ::GetProcessTimes(::GetCurrentProcess()
in PrintStat()
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 1033 ret = GetProcessTimes(GetCurrentProcess(), &createTime, &exitTime, &kernelTime, &userTime); in uv_getrusage()
|
/third_party/python/Modules/ |
H A D | timemodule.c | 1220 ok = GetProcessTimes(process, &creation_time, &exit_time, 1228 info->implementation = "GetProcessTimes()";
|
H A D | posixmodule.c | 9112 GetProcessTimes(hProc, &create, &exit, &kernel, &user); in os_times_impl()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2713 GetProcessTimes(proc, &junk, &junk, &junk, &now); in app_tminterval()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2706 GetProcessTimes(proc, &junk, &junk, &junk, &now); in app_tminterval()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 500 ::GetProcessTimes(::GetCurrentProcess()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 4487 GetProcessTimes(proc, &c, &e, &k, &u); in get_benchmark_time_stamps()
|
/third_party/ffmpeg/ |
H A D | configure | 2281 GetProcessTimes 6272 check_func_headers windows.h GetProcessTimes
|
Completed in 49 milliseconds