зеркало из https://github.com/mozilla/gecko-dev.git
dd01b34191
PerformanceHintManager is an Android API that allows the caller to create a PerformanceHintSession, representing a workload shared by a group of threads that should be completed within a target duration each cycle. The actual duration spent working is reported each cycle, and the system can then adjust scheduling of the threads accordingly in order to hit the target going forward. This patch adds the API to HAL along with an Android implementation (and a nop fallback implementation for other platforms). Differential Revision: https://phabricator.services.mozilla.com/D186238 |
||
---|---|---|
.. | ||
AndroidHal.cpp | ||
AndroidPerformanceHintManager.cpp | ||
AndroidProcessPriority.cpp | ||
AndroidSensor.cpp |