diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-12-15 14:55:32 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-12-15 14:55:32 +0100 |
commit | 383cf6c3fd40c015776fc888f4304cf9cfff88fe (patch) | |
tree | cc28be791dd5f88519f5913b1c38bc755248197c /bin/generate-dfa-benchmark.py | |
parent | 07740687927b803d8a005304b0ec26c3bd20f104 (diff) |
support benchmarks with EnergyTrace++
Diffstat (limited to 'bin/generate-dfa-benchmark.py')
-rwxr-xr-x | bin/generate-dfa-benchmark.py | 2 |
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. |