Home
last modified time | relevance | path

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

/external/v8/src/
Dperf-jit.cc186 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger
232 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()
294 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()
347 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
Dperf-jit.h54 uint64_t GetTimestamp();
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Datrace_process_dump.cc41 time_utils::GetTimestamp()); in RunAndPrintJson()
79 snapshot_timestamp_ = time_utils::GetTimestamp(); in TakeGlobalSnapshot()
236 fprintf(out_, "{\"ts\":\"%llu\",\"meminfo\":{\n", time_utils::GetTimestamp()); in TakeAndSerializeMemInfo()
Dtime_utils.h12 uint64_t GetTimestamp();
Dtime_utils.cc15 uint64_t GetTimestamp() { in GetTimestamp() function
Dmain.cc48 printf("%llu\n", time_utils::GetTimestamp()); in main()
/external/tensorflow/tensorflow/core/platform/default/gpu/
Dcupti_wrapper.h57 CUptiResult GetTimestamp(uint64_t* timestamp);
Dcupti_wrapper.cc101 CUptiResult CuptiWrapper::GetTimestamp(uint64_t* timestamp) { in GetTimestamp() function in perftools::gputools::profiler::CuptiWrapper
/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/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc448 CUPTI_CALL(GetTimestamp(&start_timestamp_)); in Start()
464 CUPTI_CALL(GetTimestamp(&end_timestamp_)); in Stop()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c556 functions->GetTimestamp = brw_get_timestamp; in brw_init_common_queryobj_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c428 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
/external/mesa3d/src/mesa/main/
Dget.c1039 if (ctx->Driver.GetTimestamp) { in find_custom_value()
1040 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()
Ddd.h912 uint64_t (*GetTimestamp)(struct gl_context *ctx); member