Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Drocm_tracer.h248 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);
Drocm_tracer.cc339 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/
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()
/external/google-benchmark/src/
Dtimers.cc114 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/
Dbbr2_probe_rtt.cc66 s.exit_time = exit_time_; in ExportDebugState()
73 os << "[PROBE_RTT] exit_time: " << state.exit_time << "\n"; in operator <<()
Dbbr2_probe_rtt.h40 QuicTime exit_time = QuicTime::Zero();
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc68 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/
Dmain.cpp152 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/
Dexitsnoop.h9 __u64 exit_time; member
Dexitsnoop.bpf.c40 event.exit_time = bpf_ktime_get_ns(); in sched_process_exit()
Dexitsnoop.c123 age = (e->exit_time - e->start_time) / 1e9; in handle_event()
/external/cronet/base/process/
Dprocess_metrics_win.cc144 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/
Dtime_win.cc585 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/
Drun_vcpu.rs410 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/
Dtime_win.cc665 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/
Dexitsnoop.py194 age = (e.exit_time - e.start_time) / 1e9
/external/python/cpython3/Modules/
Dtimemodule.c1188 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/
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()
/external/ImageMagick/MagickCore/
Dnt-base.c2606 exit_time; in NTUserTime() local
2633 status=GetProcessTimes(GetCurrentProcess(),&create_time,&exit_time, in NTUserTime()