Home
last modified time | relevance | path

Searched refs:kPhases (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc49 constexpr int kInitialDelayInSeconds = kPhases == 1 ? kDelayInSeconds : 5;
71 LogData g_data[kPhases];
121 if (index >= kPhases) in RecordAddress()
214 for (int phase = 0; phase < kPhases; phase++) { in StopAndDumpToFile()
231 auto old_phase = g_data_index.exchange(kPhases, std::memory_order_relaxed); in Disable()
233 return old_phase != kPhases; in Disable()
246 if (before + 1 == kPhases) { in SwitchToNextPhaseOrDump()
293 for (int i = 0; i < kPhases; i++) { in ResetForTesting()
Dorderfile_instrumentation.h17 constexpr int kPhases = 2; variable
19 constexpr int kPhases = 1;