Searched refs:start_us (Results 1 – 1 of 1) sorted by relevance
208 uint64_t start_us = MicroTime(); in RunProfilerThread() local209 uint64_t end_us = start_us + profiler->options_.GetDurationS() * UINT64_C(1000000); in RunProfilerThread()210 uint64_t now_us = start_us; in RunProfilerThread()213 << PrettyDuration((end_us - start_us) * 1000); in RunProfilerThread()