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

/art/runtime/jit/
H A Dprofile_saver.cc106 uint64_t sleep_time = 0; local
110 sleep_time = NanoTime() - sleep_start;
120 while (kMinSavePeriodNs * 0.9 > sleep_time) {
123 period_condition_.TimedWait(self, NsToMs(kMinSavePeriodNs - sleep_time), 0);
124 sleep_time = NanoTime() - sleep_start;

Completed in 13 milliseconds