Searched refs:GetTimestamp (Results 1 – 16 of 16) sorted by relevance
186 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger232 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()294 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()347 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
54 uint64_t GetTimestamp();
41 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()
12 uint64_t GetTimestamp();
15 uint64_t GetTimestamp() { in GetTimestamp() function
48 printf("%llu\n", time_utils::GetTimestamp()); in main()
57 CUptiResult GetTimestamp(uint64_t* timestamp);
101 CUptiResult CuptiWrapper::GetTimestamp(uint64_t* timestamp) { in GetTimestamp() function in perftools::gputools::profiler::CuptiWrapper
127 inline const uint64_t GetTimestamp() const { return timestamp_; } in GetTimestamp() function
249 inline static uint64 GetTimestamp(void) { in GetTimestamp() function
267 pe->ts = os_->GetTimestamp(); in GetValid()
448 CUPTI_CALL(GetTimestamp(&start_timestamp_)); in Start()464 CUPTI_CALL(GetTimestamp(&end_timestamp_)); in Stop()
556 functions->GetTimestamp = brw_get_timestamp; in brw_init_common_queryobj_functions()
428 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
1039 if (ctx->Driver.GetTimestamp) { in find_custom_value()1040 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()
912 uint64_t (*GetTimestamp)(struct gl_context *ctx); member