/external/v8/src/diagnostics/ |
D | perf-jit.cc | 193 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger 265 code_load.time_stamp_ = GetTimestamp(); in WriteJitCodeLoadEntry() 350 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo() 424 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo() 465 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
|
D | perf-jit.h | 57 uint64_t GetTimestamp();
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | atrace_process_dump.cc | 42 time_utils::GetTimestamp()); in RunAndPrintJson() 80 snapshot_timestamp_ = time_utils::GetTimestamp(); in TakeGlobalSnapshot() 242 time_utils::GetTimestamp()); in TakeAndSerializeMemInfo()
|
D | time_utils.h | 12 uint64_t GetTimestamp();
|
D | time_utils.cc | 16 uint64_t GetTimestamp() { in GetTimestamp() function
|
D | main.cc | 49 printf("%" PRIu64 "\n", time_utils::GetTimestamp()); in main()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | earth_pose.h | 64 int64 GetTimestamp() const;
|
D | pose.h | 68 int64 GetTimestamp() const;
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_tracer.cc | 601 option_.required_callback_api_events ? CuptiTracer::GetTimestamp() : 0; in OnDriverApiEnter() 613 uint64 end_tsc = CuptiTracer::GetTimestamp(); in OnDriverApiExit() 730 record.start_timestamp = CuptiTracer::GetTimestamp(); in StartKernel() 752 record.start_timestamp = CuptiTracer::GetTimestamp(); in StartMemcpy() 1155 uint64 end_tsc = CuptiTracer::GetTimestamp(); in OnDriverApiExit() 1492 /*static*/ uint64 CuptiTracer::GetTimestamp() { in GetTimestamp() function in tensorflow::profiler::CuptiTracer 1495 if (cupti_interface && cupti_interface->GetTimestamp(&tsc) == CUPTI_SUCCESS) { in GetTimestamp()
|
D | cupti_interface.h | 65 virtual CUptiResult GetTimestamp(uint64_t* timestamp) = 0;
|
D | cupti_wrapper.h | 60 CUptiResult GetTimestamp(uint64_t* timestamp) override;
|
D | cupti_tracer.h | 253 static uint64 GetTimestamp();
|
D | cupti_wrapper.cc | 63 CUptiResult CuptiWrapper::GetTimestamp(uint64_t* timestamp) { in GetTimestamp() function in tensorflow::profiler::CuptiWrapper
|
D | device_tracer.cc | 529 uint64 start_gputime_ns = CuptiTracer::GetTimestamp(); in DoStart()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | earth_pose.cc | 102 int64 EarthPose::GetTimestamp() const { return timestamp_; } in GetTimestamp() function in dynamic_depth::EarthPose
|
D | pose.cc | 97 int64 Pose::GetTimestamp() const { return timestamp_; } in GetTimestamp() function in dynamic_depth::Pose
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | image_data.h | 127 inline const uint64_t GetTimestamp() const { return timestamp_; } in GetTimestamp() function
|
/external/stressapptest/src/ |
D | os.h | 249 inline static uint64 GetTimestamp(void) { in GetTimestamp() function
|
D | sat.cc | 267 pe->ts = os_->GetTimestamp(); in GetValid()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 611 functions->GetTimestamp = brw_get_timestamp; in brw_init_common_queryobj_functions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 490 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 1164 if (ctx->Driver.GetTimestamp) { in find_custom_value() 1165 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()
|
D | dd.h | 1037 uint64_t (*GetTimestamp)(struct gl_context *ctx); member
|