Replies: 1 comment 1 reply
-
JKQTPEnhancedPainter, drawPolyLineFast Im finding that QPainter drawPolyline has some signifigant performace issues. Just by moving to a loop and using QPainter::drawLine, Ive seen an average of 250% speed increase in drawing lines. Continuing to dig into this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to start a discussion on this to keep track of what I'm finding/ trying to improve, and for suggestions/solutions.
This push started because while using the live-data sample graph, while the performance for 1 graph was ok enough for my uses,
while trying to add multiple graphs performance was significantly poorer than will meet my needs, as well as running into a weird rendering bug seemingly caused by the performance drop.
Beta Was this translation helpful? Give feedback.
All reactions