Searched refs:exit_time (Results 1 – 5 of 5) sorted by relevance
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | timers.cc | 113 FILETIME exit_time; in ProcessCPUUsage() local 116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage() 144 FILETIME exit_time; in ThreadCPUUsage() local 147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
|
/third_party/benchmark/src/ |
D | timers.cc | 113 FILETIME exit_time; in ProcessCPUUsage() local 116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage() 144 FILETIME exit_time; in ThreadCPUUsage() local 147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
|
/third_party/libuv/src/ |
D | uv-common.c | 917 uint64_t exit_time; in uv__metrics_update_idle_time() local 931 exit_time = uv_hrtime(); in uv__metrics_update_idle_time() 936 loop_metrics->provider_idle_time += exit_time - entry_time; in uv__metrics_update_idle_time()
|
/third_party/python/Modules/ |
D | timemodule.c | 1151 FILETIME creation_time, exit_time, kernel_time, user_time; local 1157 ok = GetProcessTimes(process, &creation_time, &exit_time, 1344 FILETIME creation_time, exit_time, kernel_time, user_time; local 1350 ok = GetThreadTimes(thread, &creation_time, &exit_time,
|
/third_party/ltp/pan/ |
D | ltp-pan.c | 123 time_t exit_time, char *term_type, int stat_loc, 1409 time_t exit_time, char *term_type, int stat_loc, in write_test_end() argument 1417 (long)(exit_time - running->mystime), term_type, term_id, in write_test_end()
|