summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-07-02blacken test codeDaniel Friesel-704/+1089
2020-07-02Remove verbose arg from testsDaniel Friesel-18/+18
2020-07-02Use logging module for debug outputDaniel Friesel-121/+66
2020-07-01Restore k-fold cross validation supportDaniel Friesel-8/+107
2020-06-25analyze-archive: Add --info optionDaniel Friesel-8/+41
2020-06-24analyze-archive: --plot-traces: Limit to <=40 tracesDaniel Friesel-3/+17
2020-05-28dfatool: EnergyTraceLog: Add power trace export (with_traces=True)Daniel Friesel-33/+41
2020-05-28Gitlab CI: Run black --diff to point out problematic sectionsDaniel Friesel-1/+1
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-101/+101
2020-05-28derpDaniel Friesel-1/+1
2020-05-28GitLab CI: Add linting task (black --check)Daniel Friesel-0/+7
2020-05-28use black(1) for uniform code formattingDaniel Friesel-4081/+7311
2020-05-27analyze-archive: add transitions to --param-info outputDaniel Friesel-0/+4
2020-05-20automata: Handle set_param before arg_to_param_mapDaniel Friesel-3/+5
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-5/+24
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-7/+57
2020-05-14generate-{dfa-benchmark,dummy-class}: use relative pathsDaniel Friesel-8/+12
2020-04-30dfatool: Fix Code128 importDaniel Friesel-1/+1
2020-04-30Add Flake8 notesDaniel Friesel-0/+25
2020-04-30Remove .env (no longer needed)Daniel Friesel-1/+0
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-7801/+0
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-69/+70
2020-04-29update dependency listDaniel Friesel-5/+6
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-26/+22
2020-04-29Remove legacy dfatool perl script, add lib symlink for python module loaderDaniel Friesel-491/+1
2019-12-20Merge branch 'master' of ess-git.inf.uni-osnabrueck.de:df/dfatoolDaniel Friesel-0/+0
2019-12-20automata: documentationDaniel Friesel-0/+26
2019-12-20SimulationResult: Handle 0 duration and missing MAE valuesDaniel Friesel-5/+16
2019-12-19SimulationResult: Handle 0 duration and missing MAE valuesDaniel Friesel-5/+16
2019-12-19workload: support multiple energy models, show energy distribution between mo...Daniel Friesel-30/+56
2019-12-18PTA: Load state power functions from YAML if availableDaniel Friesel-1/+5
2019-12-18workload/simulate: Fix param handoverDaniel Friesel-4/+9
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-38/+206
2019-12-12lexer and parser for basic timed word stringsDaniel Friesel-0/+62
2019-12-12import SLYDaniel Friesel-0/+2531
2019-12-12PTA.simulate: orig_state may also be a StateDaniel Friesel-1/+4
2019-12-12PTA: Fix arg_to_param_map from_json handlingDaniel Friesel-1/+6
2019-12-12automata.State: improve error message on missing transitionDaniel Friesel-1/+4
2019-12-11workload/simulation: provide error measures for duration and energyDaniel Friesel-4/+31
2019-12-11oopsDaniel Friesel-0/+7
2019-12-11add basic workload energy/power/duration simulation toolDaniel Friesel-0/+33
2019-12-11move PTA simulation result to separate classDaniel Friesel-41/+50
2019-12-11test_pta: we're testing energy, not powerDaniel Friesel-16/+16
2019-12-11PTAAttribute.eval: Only call model function if it can handle the parametersDaniel Friesel-2/+3
2019-12-11PTA: add attribute error measures to JSON modelDaniel Friesel-6/+27
2019-12-10update codegen + test for PTA attribute changesDaniel Friesel-16/+16