Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.cpp38 constexpr int MONITOR_SAMPLING_CYCLE_US = 500 * 1000; variable
39 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()