Opened 17 years ago
Closed 17 years ago
#291 closed Defect (fixed)
Grid views take too much CPU time
Reported by: | charlief | Owned by: | romw |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Manager | Version: | |
Keywords: | grid | Cc: |
Description
The Grid views use an undesirably high percentage of the CPU time, as compared to the non-grid views. On my Intel Mac, the Projects Grid View takes 3.10% vs only 0.5% for the non-grid view; the Tasks Grid View takes 7.2% vs only 0.8% for the non-grid view.
On my slower PowerPC Mac, the Projects Grid View takes 14.7% vs 3.4% for the non-grid view; the Tasks Grid View takes 31% vs 2.1% for the non-grid view.
I see similar behavior on windows XP.
Reported by Bill Barber.
Change History (2)
comment:1 Changed 17 years ago by
Keywords: | grid added; Grid removed |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed for release 5.10.14. Frank Wieler suggested removing the call m_pGridPane->ForceRefresh?(); from OnListRender?() in each grid view. My tests showed this reduced CPU usage to the same level as List Views or less.