diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-06-28 21:32:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-06-28 21:32:39 +0200 |
commit | bec6d9914cbcfd97f14068be5ca3dbb2052187e7 (patch) | |
tree | a16a9ef59d7db26e3a1e99170eb65806af9d95dc | |
parent | 03096bcdc9035908e5fcbf55becb02d11c6491e8 (diff) |
README: Note that energytrace-util may be sufficient for some use cases
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ # msp430-etv – MSP430 EnergyTrace Visualizer -msp430-etv performs, visualizes and analyzes energy measurements performed +msp430-etv performs, visualizes and analyzes energy measurements on TI MSP430 Launchpads using the on-board EnergyTrace circuit. It uses [energytrace-util](https://github.com/derf/energytrace-util) to start @@ -19,6 +19,11 @@ Generation with MSP430 EnergyTrace](https://ess.cs.uos.de/static/papers/Friesel-2021-CPSIoTBench.pdf) for accuracy figures and some odds and ends. +Note: If you're only interested in measurement files and want to perform all +postprocessing by yourself, you do not need msp430-etv. +[energytrace-util](https://github.com/derf/energytrace-util) is sufficient for +that task. + ## File Format EnergyTrace performs measurements in intervals of about 270 µs. Each line |