]> sigrok.org Git - libsigrok.git/commitdiff
demo: Increase timer interval to 100 ms
authorDaniel Elstner <redacted>
Tue, 22 Sep 2015 04:54:33 +0000 (06:54 +0200)
committerUwe Hermann <redacted>
Tue, 22 Sep 2015 09:17:27 +0000 (11:17 +0200)
Timer intervals shorter than about 100 ms are unnecessarily taxing
on system resources. Also, on systems like Windows the smallest
resolvable time unit without using high precision timers is about
15 ms. Regular timer intervals should be well above that value to
avoid being dominated by noise and round-off.


No differences found