Changes between Version 1 and Version 2 of Ticket #187
- Timestamp:
- May 14, 2007, 5:48:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #187 – Description
v1 v2 19 19 '''Analysis:''' 20 20 21 Both of these functions overload the CBOINCBaseViews::!GetViewRefreshRate() method, and call it to reduce their update frequencies in orderbecause 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.)21 Both 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.) 22 22 23 23 However, !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.