From 383cf6c3fd40c015776fc888f4304cf9cfff88fe Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 15 Dec 2020 14:55:32 +0100 Subject: support benchmarks with EnergyTrace++ --- bin/generate-dfa-benchmark.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/generate-dfa-benchmark.py b/bin/generate-dfa-benchmark.py index 39ab962..e1b6537 100755 --- a/bin/generate-dfa-benchmark.py +++ b/bin/generate-dfa-benchmark.py @@ -65,6 +65,8 @@ Options: sync = bar (Barcode mode (default): synchronize measurements via barcodes embedded in the energy trace) sync = la (Logic Analyzer mode (WIP): An external logic analyzer captures transition timing) sync = timing (Timing mode (WIP): The on-board cycle counter captures transition timing) + plusplus = 0 (default, EnergyTrace measurements with about 3.7 kHz sample rate, energy only) + plusplus = 1 (EnergyTrace++ measurements with about 1 kHz sample rate, energy and cpu state) --trace-filter=[ ...] Only consider traces whose beginning matches one of the provided transition sequences. -- cgit v1.2.3