Home
last modified time | relevance | path

Searched refs:exit_time (Results 1 – 5 of 5) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dtimers.cc113 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/
Dtimers.cc113 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/
Duv-common.c917 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/
Dtimemodule.c1151 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/
Dltp-pan.c123 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()