Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/
Dmetric_utils.cc45 const uint64_t start_time_us = env_.NowMicros(); in RecordStart() local
/external/tensorflow/tensorflow/core/protobuf/
Dreplay_log.proto18 double start_time_us = 31; field
/external/webrtc/call/
Dsimulated_network.cc29 int64_t CalculateArrivalTimeUs(int64_t start_time_us, in CalculateArrivalTimeUs()
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dvalidator.cc96 int64_t start_time_us = -1; member
/external/perfetto/src/profiling/memory/
Dunwinding.cc421 auto start_time_us = base::GetWallTimeNs() / 1000; in HandleBuffer() local
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler.cc663 uint64_t start_time_us() const { return start_time_us_; } in start_time_us() function in tfrt::tf::RunHandler::Impl
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc738 uint64 start_time_us() const { return start_time_us_; } in start_time_us() function in tensorflow::RunHandler::Impl
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest.cc911 int64_t start_time_us, utc_start_time_us, stop_time_us; in TEST_P() local
Drtc_event_log_unittest_helper.cc1286 int64_t start_time_us, in VerifyLoggedStartEvent()