You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[thermalctld] Optimize the thermal policy loop to make it execute every 60 seconds (#77)
In regression, we found that thermal policy loop takes 8 to 15 seconds sometimes which would enhance the loop interval to 68 to 75 seconds. This change is to make the loop interval more accurate.
Record the elapse time for thermal policy, and start next iteration in (60 - elapsed) seconds.
0 commit comments