Home
last modified time | relevance | path

Searched defs:elapsed (Results 1 - 25 of 125) sorted by relevance

12345

/third_party/rust/crates/bindgen/bindgen/
H A Dtime.rs31 pub fn elapsed(&self) -> Duration { in elapsed() functions
/third_party/skia/samplecode/
H A DSampleTiming.cpp47 auto elapsed = std::chrono::steady_clock::now() - start; variable
81 auto elapsed = std::chrono::steady_clock::now() - start; variable
/third_party/benchmark/test/
H A Dinternal_threading_test.cc22 const auto elapsed = now - start; in MyBusySpinwait() local
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp123 double elapsed = utimer_getElapsedSeconds(&start_time); in main() local
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime01.c57 long long elapsed; in verify_clock_settime() local
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H A Dtimer.c21 long long elapsed; in run_test() local
H A Dtimerfd.c28 long long elapsed; in run_test() local
/kernel/linux/linux-5.10/kernel/power/
H A Dprocess.c37 ktime_t start, end, elapsed; in try_to_freeze_tasks() local
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H A Dtimer.c21 long long elapsed; in run_test() local
H A Dtimerfd.c28 long long elapsed; in run_test() local
/kernel/linux/linux-6.6/kernel/power/
H A Dprocess.c36 ktime_t start, end, elapsed; in try_to_freeze_tasks() local
/third_party/ltp/lib/
H A Dtst_wallclock.c46 static struct timespec mono_end, elapsed, adjust; in tst_wallclock_restore() local
94 static struct timespec mono_end, elapsed; in tst_rtc_clock_restore() local
/third_party/node/deps/v8/src/base/platform/
H A Delapsed-timer.h65 TimeDelta elapsed = now - start_ticks_; in Restart() local
75 TimeDelta elapsed = Elapsed(now); in Pause() local
89 TimeDelta elapsed = paused_elapsed(); in Resume() local
104 TimeDelta elapsed = now - start_ticks(); Elapsed() local
[all...]
/third_party/pulseaudio/src/daemon/
H A Dcpulimit.c118 pa_usec_t now, elapsed; in signal_handler() local
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp161 double elapsed = nanos - fLastFrameTime; in animate() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc78 const absl::Duration elapsed = absl::Now() - start; in BasicTests() local
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_timer.c312 static bool tcp_nip_keepalive_is_timeout(struct sock *sk, u32 elapsed) in tcp_nip_keepalive_is_timeout() argument
345 u32 elapsed; in tcp_nip_keepalive_timer() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_ring.c256 uint64_t elapsed; in radeon_ring_test_lockup() local
/kernel/linux/linux-6.6/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c82 double elapsed = 0; in calibrate_set() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc159 const absl::Duration elapsed = absl::Now() - start; in TEST_F() local
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dvtime.c56 static inline int virt_timer_forward(u64 elapsed) in virt_timer_forward() argument
278 unsigned long elapsed; in virt_timer_expire() local
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-atmel-pit.c77 u32 elapsed; in read_pit_clk() local
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dvtime.c56 static inline int virt_timer_forward(u64 elapsed) in virt_timer_forward() argument
289 unsigned long elapsed; in virt_timer_expire() local
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-snvs.c112 u32 elapsed; in rtc_write_sync_lp() local
/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart_core.c472 int elapsed = 0; in snd_mixart_threaded_irq() local

Completed in 12 milliseconds

12345