Age | Commit message (Expand) | Author | Lines |
2020-07-05 | bin/Proof_of_Concept_PELT: States are now calculated per Measurement per Stat... | jfalkenhagen | -29/+101 |
2020-07-02 | Proof_Of_Concept_PELT - Code aufgerÀumt / Imports am Modulanfang / Typos fixed | jfalkenhagen | -43/+34 |
2020-07-02 | Proof_Of_Concept_PELT - renamed decision function | jfalkenhagen | -2/+2 |
2020-07-02 | Proof_Of_Concept_Pelt - Implementation of decision whether to refine state or... | jfalkenhagen | -13/+124 |
2020-07-02 | Initial commit ProofofConcept-WIP tool | jfalkenhagen | -0/+297 |
2020-07-02 | added .idea to gitignore | jfalkenhagen | -0/+1 |
2020-07-02 | analyse-archive: fixed typo; Also added symlink for windows | jfalkenhagen | -2/+4 |
2020-06-25 | analyze-archive: Add --info option | Daniel Friesel | -8/+41 |
2020-06-24 | analyze-archive: --plot-traces: Limit to <=40 traces | Daniel Friesel | -3/+17 |
2020-05-28 | dfatool: EnergyTraceLog: Add power trace export (with_traces=True) | Daniel Friesel | -33/+41 |
2020-05-28 | Gitlab CI: Run black --diff to point out problematic sections | Daniel Friesel | -1/+1 |
2020-05-28 | bin: rename opts to opt, as it is a dict | Daniel Friesel | -101/+101 |
2020-05-28 | derp | Daniel Friesel | -1/+1 |
2020-05-28 | GitLab CI: Add linting task (black --check) | Daniel Friesel | -0/+7 |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -4081/+7311 |
2020-05-27 | analyze-archive: add transitions to --param-info output | Daniel Friesel | -0/+4 |
2020-05-20 | automata: Handle set_param before arg_to_param_map | Daniel Friesel | -3/+5 |
2020-05-15 | analyze-arche: Add --plot-traces option | Daniel Friesel | -5/+24 |
2020-05-14 | Allow individual energy/power traces to be exported to the file system | Daniel Friesel | -7/+57 |
2020-05-14 | generate-{dfa-benchmark,dummy-class}: use relative paths | Daniel Friesel | -8/+12 |
2020-04-30 | dfatool: Fix Code128 import | Daniel Friesel | -1/+1 |
2020-04-30 | Add Flake8 notes | Daniel Friesel | -0/+25 |
2020-04-30 | Remove .env (no longer needed) | Daniel Friesel | -1/+0 |
2020-04-30 | generate-dfa-benchmark: --energytrace= : "=" is mandatory | Daniel Friesel | -1/+1 |
2020-04-30 | BME680 example | Daniel Friesel | -0/+4 |
2020-04-30 | generate-dfa-benchmark: write to ../data by default | Daniel Friesel | -3/+21 |
2020-04-30 | generate-dfa-benchmark: update default app name | Daniel Friesel | -1/+1 |
2020-04-29 | Remove most unused perl scripts and modules | Daniel Friesel | -7801/+0 |
2020-04-29 | Use relative module paths. PYTHONPATH=lib bin/... is no longer needed | Daniel Friesel | -69/+70 |
2020-04-29 | update dependency list | Daniel Friesel | -5/+6 |
2020-04-29 | move running_mean helper from dfatool to utils | Daniel Friesel | -26/+22 |
2020-04-29 | Remove legacy dfatool perl script, add lib symlink for python module loader | Daniel Friesel | -491/+1 |
2019-12-20 | Merge branch 'master' of ess-git.inf.uni-osnabrueck.de:df/dfatool | Daniel Friesel | -0/+0 |
2019-12-20 | automata: documentation | Daniel Friesel | -0/+26 |
2019-12-20 | SimulationResult: Handle 0 duration and missing MAE values | Daniel Friesel | -5/+16 |
2019-12-19 | SimulationResult: Handle 0 duration and missing MAE values | Daniel Friesel | -5/+16 |
2019-12-19 | workload: support multiple energy models, show energy distribution between mo... | Daniel Friesel | -30/+56 |
2019-12-18 | PTA: Load state power functions from YAML if available | Daniel Friesel | -1/+5 |
2019-12-18 | workload/simulate: Fix param handover | Daniel Friesel | -4/+9 |
2019-12-13 | Add Parser and Lexer for timed sequences (words with loops); use them in work... | Daniel Friesel | -38/+206 |
2019-12-12 | lexer and parser for basic timed word strings | Daniel Friesel | -0/+62 |
2019-12-12 | import SLY | Daniel Friesel | -0/+2531 |
2019-12-12 | PTA.simulate: orig_state may also be a State | Daniel Friesel | -1/+4 |
2019-12-12 | PTA: Fix arg_to_param_map from_json handling | Daniel Friesel | -1/+6 |
2019-12-12 | automata.State: improve error message on missing transition | Daniel Friesel | -1/+4 |
2019-12-11 | workload/simulation: provide error measures for duration and energy | Daniel Friesel | -4/+31 |
2019-12-11 | oops | Daniel Friesel | -0/+7 |
2019-12-11 | add basic workload energy/power/duration simulation tool | Daniel Friesel | -0/+33 |
2019-12-11 | move PTA simulation result to separate class | Daniel Friesel | -41/+50 |
2019-12-11 | test_pta: we're testing energy, not power | Daniel Friesel | -16/+16 |