From: Gerhard Sittig Date: Fri, 3 Jul 2020 10:33:28 +0000 (+0200) Subject: timing: only queue when averaging, rephrase put calls X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=74c9c926a8936b6e7b781639908d1016e2088307;hp=74c9c926a8936b6e7b781639908d1016e2088307;p=libsigrokdecode.git timing: only queue when averaging, rephrase put calls 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. ---