Changes between Version 1 and Version 2 of Ticket #187


Ignore:
Timestamp:
May 14, 2007, 5:48:07 PM (17 years ago)
Author:
charlief
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #187 – Description

    v1 v2  
    1919'''Analysis:'''
    2020
    21 Both of these functions overload the CBOINCBaseViews::!GetViewRefreshRate() method, and call it to reduce their update frequencies in order because their updates consume a large amount of CPU time.  (This is true for Statistics on both platforms, but for Disk Usage only on the Mac.)
     21Both of these functions overload the CBOINCBaseViews::!GetViewRefreshRate() method, and call it to reduce their update frequencies because their updates consume a large amount of CPU time.  (This is true for Statistics on both platforms, but for Disk Usage only on the Mac.)
    2222
    2323However, !GetViewRefreshRate() is called from only one place: CAdvancedFrame::!OnNotebookSelectionChanged().  This means that it is ignored if BOINC is started with one of these panes initially selected.