/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
D | rocm_tracer.h | 248 uint64_t enter_time, uint64_t exit_time); 251 uint64_t enter_time, uint64_t exit_time); 253 uint64_t enter_time, uint64_t exit_time); 255 uint64_t enter_time, uint64_t exit_time); 258 uint64_t exit_time); 262 uint64_t exit_time); 264 uint64_t enter_time, uint64_t exit_time);
|
D | rocm_tracer.cc | 339 uint64_t enter_time = 0, exit_time = 0; in operator ()() local 353 exit_time = RocmTracer::GetTimestamp(); in operator ()() 375 this->AddKernelEventUponApiExit(cbid, data, enter_time, exit_time); in operator ()() 391 exit_time); in operator ()() 402 this->AddMemsetEventUponApiExit(cbid, data, enter_time, exit_time); in operator ()() 410 enter_time, exit_time); in operator ()() 415 this->AddSynchronizeEventUponApiExit(cbid, data, enter_time, exit_time); in operator ()() 438 const uint64_t exit_time) { in AddKernelEventUponApiExit() argument 454 event.end_time_ns = exit_time; in AddKernelEventUponApiExit() 549 uint64_t exit_time) { in AddNormalMemcpyEventUponApiExit() argument [all …]
|
/external/libcxx/utils/google-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()
|
/external/google-benchmark/src/ |
D | timers.cc | 114 FILETIME exit_time; in ProcessCPUUsage() local 117 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage() 145 FILETIME exit_time; in ThreadCPUUsage() local 148 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
D | bbr2_probe_rtt.cc | 66 s.exit_time = exit_time_; in ExportDebugState() 73 os << "[PROBE_RTT] exit_time: " << state.exit_time << "\n"; in operator <<()
|
D | bbr2_probe_rtt.h | 40 QuicTime exit_time = QuicTime::Zero();
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 68 FILETIME creation_time, exit_time, kernel_time, user_time; in Initialize() local 69 if (GetProcessTimes(process_handle_, &creation_time, &exit_time, in Initialize()
|
/external/flac/src/utils/flactimer/ |
D | main.cpp | 152 FILETIME exit_time; in main() local 155 if(!GetProcessTimes(pi.hProcess, &creation_time, &exit_time, &kernel_time, &user_time)) { in main()
|
/external/bcc/libbpf-tools/ |
D | exitsnoop.h | 9 __u64 exit_time; member
|
D | exitsnoop.bpf.c | 40 event.exit_time = bpf_ktime_get_ns(); in sched_process_exit()
|
D | exitsnoop.c | 123 age = (e->exit_time - e->start_time) / 1e9; in handle_event()
|
/external/cronet/base/process/ |
D | process_metrics_win.cc | 144 FILETIME exit_time; in GetCumulativeCPUUsage() local 151 if (!GetProcessTimes(process_.get(), &creation_time, &exit_time, &kernel_time, in GetCumulativeCPUUsage()
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/time/ |
D | time_win.cc | 585 FILETIME creation_time, exit_time, kernel_time, user_time; in GetForThread() local 586 ::GetThreadTimes(thread_handle.platform_handle(), &creation_time, &exit_time, in GetForThread()
|
/external/crosvm/src/sys/windows/ |
D | run_vcpu.rs | 410 exit_time: Duration, field 529 if last_run < exit_snapshot.exit_time { in report_any_stalls() 532 monitoring_metadata.start_instant + exit_snapshot.exit_time, in report_any_stalls() 732 exit_time: monitoring_metadata.start_instant.elapsed(), in vcpu_loop()
|
/external/cronet/base/time/ |
D | time_win.cc | 665 FILETIME creation_time, exit_time, kernel_time, user_time; in GetForThread() local 666 ::GetThreadTimes(thread_handle.platform_handle(), &creation_time, &exit_time, in GetForThread()
|
/external/bcc/tools/ |
D | exitsnoop.py | 194 age = (e.exit_time - e.start_time) / 1e9
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 1188 FILETIME creation_time, exit_time, kernel_time, user_time; local 1194 ok = GetProcessTimes(process, &creation_time, &exit_time, 1381 FILETIME creation_time, exit_time, kernel_time, user_time; local 1387 ok = GetThreadTimes(thread, &creation_time, &exit_time,
|
/external/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()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 2606 exit_time; in NTUserTime() local 2633 status=GetProcessTimes(GetCurrentProcess(),&create_time,&exit_time, in NTUserTime()
|