summaryrefslogtreecommitdiff
path: root/bin/generate-dfa-benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/generate-dfa-benchmark.py')
-rwxr-xr-xbin/generate-dfa-benchmark.py2
1 files changed, 2 insertions, 0 deletions
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=<transition,transition,transition,...>[ <transition,transition,transition,...> ...]
Only consider traces whose beginning matches one of the provided transition sequences.