summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2023-07-05update copyrightHEADmainBirte Kristina Friesel-2/+2
2021-11-17add optional live viewDaniel Friesel-15/+115
2021-11-17improve libmsp430 / LD_LIBRARY_PATH handlingDaniel Friesel-15/+30
2021-06-28README: Note that energytrace-util may be sufficient for some use casesDaniel Friesel-1/+6
2021-06-28Update README; add link to energytrace paperDaniel Friesel-13/+35
2021-01-15PELT: examine raw data, add stretch optionDaniel Friesel-4/+18
2021-01-15--stat: show changepoint / interval attributesDaniel Friesel-0/+12
2021-01-15Remove useless trailing changepointDaniel Friesel-0/+4
2021-01-15use bisect for annotation lookupDaniel Friesel-7/+7
2020-12-15add EnergyTrace++ support (hex annotations and state change indicators)Daniel Friesel-5/+53
2020-12-04add comments on the inner workings of the msp430 energytrace libraryDaniel Friesel-0/+7
2020-12-04use normal energytrace binary by defaultDaniel Friesel-1/+1
2020-11-30re-add copying file to make git hosters happyDaniel Friesel-0/+311
2020-11-30Switch to GPL2+Daniel Friesel-9/+442
2020-11-27add a very basic testDaniel Friesel-0/+7665
2020-11-26--stat: print current prediction errorDaniel Friesel-2/+13
2020-11-26only import matplotlib and multiprocessing when neededDaniel Friesel-3/+6
2020-11-24Note that we need a patched version of energytrace-utilDaniel Friesel-2/+2
2020-10-30--skip is float, not intDaniel Friesel-1/+1
2020-10-30Plot changepointsDaniel Friesel-6/+33
2020-10-29Improve --pelt helpDaniel Friesel-1/+4
2020-10-29Correctly report sample rate when using --skip or --limitDaniel Friesel-1/+1
2020-10-29--pelt: print number of detceted changepointsDaniel Friesel-0/+2
2020-10-29--skip: use seconds instead of raw samplesDaniel Friesel-10/+12
2020-10-28msp430-etv: Remove top-level ruptures importDaniel Friesel-3/+1
2020-10-28proper pelt supportDaniel Friesel-18/+177
2020-10-26Add --plot=P/U (plot current calculated via power and voltage)Daniel Friesel-1/+19
2020-10-07switch to argparseDaniel Friesel-124/+104
2020-09-02remove debug outputDaniel Friesel-2/+3
2020-09-02print a warning when plotting currentDaniel Friesel-0/+1
2020-09-02Fix variable mismatch when using both --stat and --plot=PDaniel Friesel-3/+7
2020-09-02Support plotting voltage and currentDaniel Friesel-13/+45
2020-08-27Support xz-compressed filesDaniel Friesel-61/+69
2020-08-26msp430-etv: Handle overflows in reported total energyDaniel Friesel-1/+6
2020-05-20--histogram: Add power histogram for running averageDaniel Friesel-0/+9
2020-05-20--histogram: Add duration and power plotsDaniel Friesel-4/+21
2020-05-20autoformat the code (using black(1))Daniel Friesel-93/+160
2020-05-20add --histogram optionDaniel Friesel-1/+11
2020-05-20fix --stat outputDaniel Friesel-4/+4
2020-02-19remove useless amperage reported by EnergyTrace backendDaniel Friesel-11/+8
2019-12-05add running mean power line (yellow)Daniel Friesel-2/+22
2019-11-04Update legendDaniel Friesel-3/+3
2019-11-04Add actually working support for EnergyTrace++ JSTATE fieldDaniel Friesel-2/+3
2019-11-04add support for EnergyTrace++ output with JSTATE fieldDaniel Friesel-1/+7
2019-11-04switch to integer energytrace-util outputDaniel Friesel-12/+15
2019-10-29support arbitrarily long measurementsDaniel Friesel-2/+15
2019-10-29Log to a temporary file instead of hoping for a sufficiently big memory bufferDaniel Friesel-10/+19
2019-10-17README: Point to forked energytrace-util with updated build instructionsDaniel Friesel-2/+2
2019-09-10Improve --threshold-peakcount documentation, add DEPENDENCIESDaniel Friesel-5/+15
2018-11-14explain defaultsDaniel Friesel-1/+6