Searched refs:MONITOR_SAMPLING_CYCLE_US (Results 1 – 1 of 1) sorted by relevance
38 constexpr int MONITOR_SAMPLING_CYCLE_US = 500 * 1000; variable39 constexpr int SAMPLING_TIMES_PER_SEC = 1000 * 1000 / MONITOR_SAMPLING_CYCLE_US;101 …ntry_.tp = std::chrono::steady_clock::now() + std::chrono::microseconds(MONITOR_SAMPLING_CYCLE_US); in SubmitSamplingTask()