Searched refs:sleep_duration_ns (Results 1 – 1 of 1) sorted by relevance
129 int64 sleep_duration_ns = in ProfilerSession() local131 if (sleep_duration_ns < 0) { in ProfilerSession()132 LOG(WARNING) << "Profiling is late by " << -sleep_duration_ns in ProfilerSession()136 << sleep_duration_ns; in ProfilerSession()137 profiler::SleepForNanos(sleep_duration_ns); in ProfilerSession()