Home
last modified time | relevance | path

Searched refs:start_time_us (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dreplay_log.proto18 double start_time_us = 31; field
/external/perfetto/src/profiling/memory/
Dunwinding.cc340 auto start_time_us = base::GetWallTimeNs() / 1000; in HandleBuffer() local
344 ((base::GetWallTimeNs() / 1000) - start_time_us).count()); in HandleBuffer()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h338 LogSegment(int64_t start_time_us, int64_t stop_time_us) in RTC_POP_IGNORING_WUNDEF()
339 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()
341 int64_t start_time_us() const { return start_time_us_; } in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.h288 void VerifyLoggedStartEvent(int64_t start_time_us,
Drtc_event_log_unittest.cc872 int64_t start_time_us = rtc::TimeMicros(); in TEST_P() local
887 verifier_.VerifyLoggedStartEvent(start_time_us, utc_start_time_us, in TEST_P()
Drtc_event_log_unittest_helper.cc1208 int64_t start_time_us, in VerifyLoggedStartEvent() argument
1211 EXPECT_EQ(start_time_us / 1000, logged_event.log_time_ms()); in VerifyLoggedStartEvent()
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc131 const uint64 start_time_us = ctx->env()->NowMicros(); in GetNext() local
139 get_next_end_time_us_ = start_time_us; in GetNext()
142 get_next_start_time_us_ = start_time_us; in GetNext()
151 metrics::RecordTFDataGetNextDuration(safe_sub(end_time_us, start_time_us)); in GetNext()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc730 uint64 start_time_us() const { return start_time_us_; } in start_time_us() function in tensorflow::RunHandler::Impl
893 double elapsed = (now - handler->start_time_us()) / 1000.0; in ReleaseHandler()
1023 strings::StrCat((now - (*it)->start_time_us()) / 1000.0, " ms."); in LogInfo()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc260 const int64 start_time_us = Env::Default()->NowMicros(); in RunInferenceByHexagonControlWrapper() local
274 << (end_time_us - start_time_us) / EXECUTION_REPEAT_COUNT << "us"; in RunInferenceByHexagonControlWrapper()