• sunnyps's avatar
    cc: Remove scheduler power monitoring. · 969a2056
    sunnyps authored
    Power monitoring was added to the scheduler based on the incorrect
    assumption that it would allow the system to use a lower timer
    resolution on windows. This is not true because the timer resolution is
    always high when on AC power while DelayBasedTimeSource is used for
    vsync timing. On battery power the high resolution timer is disabled by
    the power monitor irrespective of the presence of high resolution timer
    tasks.
    
    BUG=448939
    
    Review URL: https://codereview.chromium.org/974083002
    
    Cr-Commit-Position: refs/heads/master@{#319000}
    969a2056
scheduler_unittest.cc 84.8 KB