Support Board
Date/Time: Sat, 28 Dec 2024 23:10:43 +0000
Post From: cpu comparison
[2016-04-04 21:11:24] |
i960 - Posts: 360 |
I increased my ticks per volume on these types of profile charts ages ago due to SC using excessive CPU to redraw them. It gets even better though. If you keep up a long-term market profile chart (say like 6 months) it'll just grind CPU on every single tick received. SC folks, there's no need to get so defensive here. You're obviously doing something suboptimal/naive for every piece of data being input into the profile drawing engine. We're not exactly dealing with 3d rendering here, these are simple 2d graphic representations, and my gut feeling is you're redrawing things based on all input received (hence O(n) or possibly O(n^2) factor problem) rather than doing it additively/incrementally. |