Changes between Initial Version and Version 1 of Ticket #187
- Timestamp:
- May 14, 2007, 5:47:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #187 – Description
initial v1 1 1 This problem manifests itself in 3 ways: 2 2 3 (1) If the Statistics tab was the last pane selected when exiting BOINC, then when BOINC is restarted, its CPU usage is qui ethigh 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. 4 4 5 5 (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: … … 17 17 I found these problems to be true on both Windows and Mac for the Statistics pane, and also for the Mac on the Disk pane. 18 18 19 Analysis: 19 '''Analysis:''' 20 20 21 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.)