[Qt-interest] real time strip chart
Jason H
scorp1us at yahoo.com
Mon May 23 15:45:37 CEST 2011
Thanks. I remember that trick back in my old BASIC days. PSET was actually very
close compared to LINE in performance, depending on how many points were being
updated -- large I/O delays o ntht old hardware -- But now with double buffering
and way faster buses of today, he should be able to do quite well.
________________________________
From: Atlant Schmidt <aschmidt at dekaresearch.com>
To: Jason H <scorp1us at yahoo.com>; Syam Krishnan <syamcr at gmail.com>;
"qt-interest at qt.nokia.com" <qt-interest at qt.nokia.com>
Sent: Mon, May 23, 2011 9:37:56 AM
Subject: RE: [Qt-interest] real time strip chart
> You might be better off erasing all data points (1 pixel per x) and writing
> the new one.
That’s a clever idea and our original questioner should definitely benchmark
that; depending on how many traces are being drawn simultaneously, I
wouldn’t be surprised if that’s the winner!
Atlant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110523/0a18aab8/attachment.html
More information about the Qt-interest-old
mailing list