Age | Commit message (Expand) | Author | Lines |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -230/+475 |
2020-05-20 | automata: Handle set_param before arg_to_param_map | Daniel Friesel | -3/+5 |
2020-04-29 | Use relative module paths. PYTHONPATH=lib bin/... is no longer needed | Daniel Friesel | -2/+2 |
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-18 | PTA: Load state power functions from YAML if available | Daniel Friesel | -1/+5 |
2019-12-18 | workload/simulate: Fix param handover | Daniel Friesel | -2/+7 |
2019-12-13 | Add Parser and Lexer for timed sequences (words with loops); use them in work... | Daniel Friesel | -1/+25 |
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/+27 |
2019-12-11 | move PTA simulation result to separate class | Daniel Friesel | -1/+10 |
2019-12-11 | PTAAttribute.eval: Only call model function if it can handle the parameters | Daniel Friesel | -2/+3 |
2019-12-11 | PTA: add attribute error measures to JSON model | Daniel Friesel | -4/+23 |
2019-12-10 | PTA: Use PTAAttribute helper class for static+dynamic attributes | Daniel Friesel | -71/+109 |
2019-12-10 | documentation / code style | Daniel Friesel | -2/+7 |
2019-12-10 | make analyze-archive --export work without --hwmodel | Daniel Friesel | -13/+21 |
2019-11-27 | PTA: Add breadth-first search | Daniel Friesel | -2/+41 |
2019-11-26 | automata: fix from_json attribute readout in transitions | Daniel Friesel | -1/+1 |
2019-11-26 | autopep8 | Daniel Friesel | -2/+2 |
2019-11-26 | PTA: Calculate min/max duration until energy accounting overflow | Daniel Friesel | -10/+71 |
2019-11-25 | PTA: also supports non-accepting states | Daniel Friesel | -1/+1 |
2019-11-21 | flake8 | Daniel Friesel | -78/+86 |
2019-10-15 | documentation | Daniel Friesel | -18/+38 |
2019-10-15 | PTA: Add from_file constructor | Daniel Friesel | -0/+12 |
2019-09-26 | Use individuel MIMOSA log files per repetition; documentation | Daniel Friesel | -24/+62 |
2019-09-25 | PTA: Add shrink_argument_values function | Daniel Friesel | -0/+26 |
2019-09-25 | Transition: fix arg_to_param_map semantics | Daniel Friesel | -2/+2 |
2019-09-25 | PTA: handle None in parameter value normalization | Daniel Friesel | -6/+10 |
2019-09-25 | PTA: Add support for loop transitions in YAML | Daniel Friesel | -9/+16 |
2019-09-17 | automata: Add missing transitions to to_json | Daniel Friesel | -1/+11 |
2019-09-12 | pta.simulate: Add accounting via SimulatedAccountingMethod | Daniel Friesel | -4/+14 |
2019-09-12 | PTA: Always use integer energy data | Daniel Friesel | -2/+2 |
2019-09-11 | PTA: Support sleep pseudo-transitions in DFS | Daniel Friesel | -17/+38 |
2019-09-11 | PTA: Use "None" transition for sleep | Daniel Friesel | -3/+17 |
2019-09-09 | add more static accounting methods | Daniel Friesel | -0/+27 |
2019-09-06 | automata: Supprt setting random energy model for benchmarks | Daniel Friesel | -0/+12 |
2019-09-02 | Add basic auto-generated energy accounting code for online model eval | Daniel Friesel | -0/+8 |
2019-08-14 | add support for a posteriori parameters (e.g. TX success / retry count) | Daniel Friesel | -1/+10 |
2019-07-26 | harness/pta-bench: Add initial support for logging of return values | Daniel Friesel | -2/+9 |
2019-07-26 | support '$' as trace filter terminator | Daniel Friesel | -1/+4 |
2019-07-26 | add parameter normalization support to YAML DFA models | Daniel Friesel | -1/+4 |
2019-07-25 | PTA: Add support for parameter normalization during code generation | Daniel Friesel | -2/+19 |
2019-07-25 | Move trace filter from postprocessing to automata module | Daniel Friesel | -2/+16 |
2019-07-24 | pylint | Daniel Friesel | -1/+0 |
2019-07-22 | automata: Clarify parameter contents in DFS traces | Daniel Friesel | -2/+16 |
2019-07-22 | automata: Add set_param support in YAML files | Daniel Friesel | -0/+2 |
2019-03-14 | automata: Add missing attributes in PTA.from_yaml | Daniel Friesel | -2/+18 |
2019-03-13 | PTA: Support DFS with parameter tracking | Daniel Friesel | -4/+28 |