Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dprofiler_edge.h95 start_time_us, end_time_us, debug_handle, event_name, backend_name) \ argument
H A Dprofiler_edge.cpp91 const int64_t start_time_us, in recordBackendEvent()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dmetric_utils.cc45 const uint64_t start_time_us = env_.NowMicros(); in RecordStart() local
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dreplay_log.proto18 double start_time_us = 31; field
/aosp_15_r20/external/webrtc/call/
H A Dsimulated_network.cc29 int64_t CalculateArrivalTimeUs(int64_t start_time_us, in CalculateArrivalTimeUs()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_backend_compiler_lib.cpp123 auto start_time_us = c10::getTime() / 1000; in execute() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator.cc96 int64_t start_time_us = -1; member
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dunwinding.cc412 auto start_time_us = base::GetWallTimeNs() / 1000; in HandleBuffer() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc738 uint64 start_time_us() const { return start_time_us_; } in start_time_us() function in tensorflow::RunHandler::Impl
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.cc663 uint64_t start_time_us() const { return start_time_us_; } in start_time_us() function in tfrt::tf::RunHandler::Impl
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest.cc911 int64_t start_time_us, utc_start_time_us, stop_time_us; in TEST_P() local
H A Drtc_event_log_unittest_helper.cc1286 int64_t start_time_us, in VerifyLoggedStartEvent()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.cpp544 const int64_t start_time_us, in reportBackendEventToActiveKinetoProfiler()