Home
last modified time | relevance | path

Searched refs:start_ticks (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Delapsed-timer.h104 TimeDelta elapsed = now - start_ticks(); in Elapsed()
137 TimeTicks start_ticks() const { in start_ticks() function in v8::base::final
141 void set_start_ticks(TimeTicks start_ticks) { in set_start_ticks() argument
143 start_ticks_ = start_ticks; in set_start_ticks()
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c400 size_t start_ticks = 0; in poll() local
437 start_ticks = LOS_TickCountGet(); in poll()
459 millisecs_last = (curr_ticks - start_ticks) * MSEC_PER_SEC / LOSCFG_BASE_CORE_TICK_PER_SECOND; in poll()
/third_party/benchmark/src/
H A Dsysinfo.cc789 const auto start_ticks = cycleclock::Now(); in GetCPUCyclesPerSecond() local
795 PRNG rng(static_cast<Result>(start_ticks)); in GetCPUCyclesPerSecond()
811 return static_cast<double>(end_ticks - start_ticks) / (end_time - start_time); in GetCPUCyclesPerSecond()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_request.c393 usb_ticks_t start_ticks; in usbd_do_request_flags() local
528 start_ticks = CUR_TICKS; in usbd_do_request_flags()
556 start_ticks = CUR_TICKS; in usbd_do_request_flags()
594 start_ticks = CUR_TICKS; in usbd_do_request_flags()
665 delta_ticks = CUR_TICKS - start_ticks; in usbd_do_request_flags()

Completed in 5 milliseconds