Lines Matching refs:start_time
373 const uint64_t start_time = NanoTime(); in RunCheckpoint() local
377 const uint64_t total_delay = NanoTime() - start_time; in RunCheckpoint()
650 const uint64_t start_time = NanoTime(); in SuspendAll() local
675 const uint64_t suspend_time = end_time - start_time; in SuspendAll()
762 const uint64_t start_time = NanoTime(); in SuspendAllInternal() local
773 << PrettyDuration(NanoTime() - start_time); in SuspendAllInternal()
781 UNUSED(start_time); in SuspendAllInternal()
905 const uint64_t start_time = NanoTime(); in SuspendThreadByPeer() local
983 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByPeer()
1025 const uint64_t start_time = NanoTime(); in SuspendThreadByThreadId() local
1094 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByThreadId()