Changes between Initial Version and Version 1 of Ticket #187


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #187 – Description

    initial v1  
    11This problem manifests itself in 3 ways:
    22
    3 (1) If the Statistics tab was the last pane selected when exiting BOINC, then when BOINC is restarted, its CPU usage is quiet high as long as that pane is displayed.  However, once you switch to another tab and back, the CPU usage returns to normal.
     3(1) If the Statistics tab was the last pane selected when exiting BOINC, then when BOINC is restarted, its CPU usage is quite high as long as that pane is displayed.  However, once you switch to another tab and back, the CPU usage returns to normal.
    44
    55(2) The same problem occurs if switching from Simple View to Advanced view when the previously selected Advanced View pane is Statistics or Disk Usage.  To reproduce:
     
    1717I found these problems to be true on both Windows and Mac for the Statistics pane, and also for the Mac on the Disk pane. 
    1818
    19 Analysis:
     19'''Analysis:'''
    2020
    2121Both 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.)