]> sigrok.org Git - libsigrokdecode.git/commitdiff
timing: only queue when averaging, rephrase put calls
authorGerhard Sittig <redacted>
Fri, 3 Jul 2020 10:33:28 +0000 (12:33 +0200)
committerGerhard Sittig <redacted>
Tue, 7 Jul 2020 20:50:46 +0000 (22:50 +0200)
Reduce the amount of work which the timing decoder needs to do. Only
keep the deque() filled when averaging is active. Rephrase .put() calls
to reduce text line lengths (and for consistency with a pending change).
Move another options lookup for deltas out of the main loop.


No differences found