Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/diagnostics/
Dperf-jit.cc193 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()
Dperf-jit.h57 uint64_t GetTimestamp();
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Datrace_process_dump.cc42 time_utils::GetTimestamp()); in RunAndPrintJson()
80 snapshot_timestamp_ = time_utils::GetTimestamp(); in TakeGlobalSnapshot()
242 time_utils::GetTimestamp()); in TakeAndSerializeMemInfo()
Dtime_utils.h12 uint64_t GetTimestamp();
Dtime_utils.cc16 uint64_t GetTimestamp() { in GetTimestamp() function
Dmain.cc49 printf("%" PRIu64 "\n", time_utils::GetTimestamp()); in main()
/external/dynamic_depth/includes/dynamic_depth/
Dearth_pose.h64 int64 GetTimestamp() const;
Dpose.h68 int64 GetTimestamp() const;
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_tracer.cc601 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()
Dcupti_interface.h65 virtual CUptiResult GetTimestamp(uint64_t* timestamp) = 0;
Dcupti_wrapper.h60 CUptiResult GetTimestamp(uint64_t* timestamp) override;
Dcupti_tracer.h253 static uint64 GetTimestamp();
Dcupti_wrapper.cc63 CUptiResult CuptiWrapper::GetTimestamp(uint64_t* timestamp) { in GetTimestamp() function in tensorflow::profiler::CuptiWrapper
Ddevice_tracer.cc529 uint64 start_gputime_ns = CuptiTracer::GetTimestamp(); in DoStart()
/external/dynamic_depth/internal/dynamic_depth/
Dearth_pose.cc102 int64 EarthPose::GetTimestamp() const { return timestamp_; } in GetTimestamp() function in dynamic_depth::EarthPose
Dpose.cc97 int64 Pose::GetTimestamp() const { return timestamp_; } in GetTimestamp() function in dynamic_depth::Pose
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h127 inline const uint64_t GetTimestamp() const { return timestamp_; } in GetTimestamp() function
/external/stressapptest/src/
Dos.h249 inline static uint64 GetTimestamp(void) { in GetTimestamp() function
Dsat.cc267 pe->ts = os_->GetTimestamp(); in GetValid()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c611 functions->GetTimestamp = brw_get_timestamp; in brw_init_common_queryobj_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c490 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
/external/mesa3d/src/mesa/main/
Dget.c1164 if (ctx->Driver.GetTimestamp) { in find_custom_value()
1165 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()
Ddd.h1037 uint64_t (*GetTimestamp)(struct gl_context *ctx); member