summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2020-07-03blacken more codeDaniel Friesel-9/+5
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-14/+14
2020-07-02Use logging module for debug outputDaniel Friesel-0/+9
2020-07-01Restore k-fold cross validation supportDaniel Friesel-0/+16
2020-06-25analyze-archive: Add --info optionDaniel Friesel-7/+36
2020-06-24analyze-archive: --plot-traces: Limit to <=40 tracesDaniel Friesel-3/+17
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-101/+101
2020-05-28use black(1) for uniform code formattingDaniel Friesel-918/+1753
2020-05-27analyze-archive: add transitions to --param-info outputDaniel Friesel-0/+4
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-2/+13
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-1/+35
2020-05-14generate-{dfa-benchmark,dummy-class}: use relative pathsDaniel Friesel-8/+12
2020-04-30generate-dfa-benchmark: --energytrace= : "=" is mandatoryDaniel Friesel-1/+1
2020-04-30BME680 exampleDaniel Friesel-0/+4
2020-04-30generate-dfa-benchmark: write to ../data by defaultDaniel Friesel-3/+21
2020-04-30generate-dfa-benchmark: update default app nameDaniel Friesel-1/+1
2020-04-29Remove most unused perl scripts and modulesDaniel Friesel-1077/+0
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-45/+44
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-14/+10
2020-04-29Remove legacy dfatool perl script, add lib symlink for python module loaderDaniel Friesel-491/+1
2019-12-19workload: support multiple energy models, show energy distribution between mo...Daniel Friesel-30/+56
2019-12-18workload/simulate: Fix param handoverDaniel Friesel-2/+2
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-28/+34
2019-12-11workload/simulation: provide error measures for duration and energyDaniel Friesel-0/+4
2019-12-11add basic workload energy/power/duration simulation toolDaniel Friesel-0/+33
2019-12-10generate-dfa-benchmark: add delay_after_ms supportDaniel Friesel-1/+9
2019-12-10documentation / code styleDaniel Friesel-1/+1
2019-12-10make analyze-archive --export work without --hwmodelDaniel Friesel-1/+4
2019-11-25generate-dfa-benchmark: decrease initial delay in non-mimosa environmentsDaniel Friesel-1/+4
2019-11-25add accounting overhead evaluation helperDaniel Friesel-0/+34
2019-11-25generate-dfa-tool: --accounting: pass args to AccountingmethodDaniel Friesel-4/+28
2019-11-25codegen/generate-dfa-benchmark: Support measurement of getEnergy callDaniel Friesel-0/+4
2019-11-25generate-dfa-benchmark: set run flag for dummy driver usageDaniel Friesel-1/+4
2019-11-21autopep8 / flake8Daniel Friesel-35/+32
2019-11-21flake8 code styleDaniel Friesel-26/+27
2019-11-21flake8Daniel Friesel-65/+50
2019-11-20harness/generate-dfa-benchmark: handle UART errorsDaniel Friesel-2/+1
2019-11-19harness: abort run on UART errorDaniel Friesel-0/+4
2019-11-18generate-dfa-benchmark: perform initalization early in EnergyTrace modeDaniel Friesel-7/+13
2019-11-18dfatool: save preprocessing stats in cacheDaniel Friesel-0/+5
2019-11-18EnergyTraceLog: Finish parser. model analysis is working.Daniel Friesel-7/+12
2019-11-14generate-dfa-benchmark: decrease initial delay when using EnergyTraceDaniel Friesel-1/+5
2019-11-13use barcode synchronization when running EnergyTrace benchmarksDaniel Friesel-1/+3
2019-11-05generate-dfa-benchmark: use gpio toggle before transition in EnergyTrace modeDaniel Friesel-1/+1
2019-11-05get run flags from driver modelDaniel Friesel-2/+11
2019-11-05generate-dfa-benchmark: use sleep, not busy waiting, in EnergyTrace modeDaniel Friesel-1/+4
2019-10-30Allow taking DFA/PTA measurements with EnergyTrace hardwareDaniel Friesel-4/+22
2019-10-24generate-dfa-benchmark: restart log on missed UART syncDaniel Friesel-2/+22
2019-10-22prepare proper overall error measuresDaniel Friesel-0/+4
2019-10-22dfatool: split up assess and assess_on_tracesDaniel Friesel-1/+1