Home
last modified time | relevance | path

Searched defs:elapsed_us (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libkmsxx/kms++util/inc/kms++util/
H A Dstopwatch.h21 double elapsed_us() const in elapsed_us() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_tracer.cc1190 auto elapsed_us = GetElapsedTimeUs(record.start_event, record.stop_event); in SaveRecord() local
1221 auto elapsed_us = GetElapsedTimeUs(record.start_event, record.stop_event); in SaveRecord() local
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_util.py433 def elapsed_us(self): member in Interval
/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc91 uint32_t elapsed_us = ((bt_clock - state.last_bt_clock) * 625) >> 5; in OnEvent() local
/aosp_15_r20/external/libusb/libusb/os/
H A Ddarwin_usb.c2138 unsigned long long elapsed_us = (unsigned long long)delta_sec * USEC_PER_SEC + in darwin_reenumerate_device() local
/aosp_15_r20/art/runtime/
H A Dtrace.cc436 uint64_t elapsed_us = self->GetCpuMicroTime() - start; in GetClockOverheadNanoSeconds() local
/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_wsim.c1871 static int elapsed_us(const struct timespec *start, const struct timespec *end) in elapsed_us() function