Age | Commit message (Expand) | Author | Lines |
2019-10-07 | doku | Daniel Friesel | -14/+26 |
2019-10-07 | generate-dfa-benchmark: skip compilation attempt for >1000 runs | Daniel Friesel | -9/+12 |
2019-10-02 | runner: re-try mimosactl call if it failed | Daniel Friesel | -1/+3 |
2019-10-02 | documentation | Daniel Friesel | -32/+46 |
2019-10-02 | improve co-dependent parameter detection logic | Daniel Friesel | -29/+66 |
2019-10-01 | initial check for boolean parameters' influence on other parameters | Daniel Friesel | -4/+30 |
2019-09-30 | std_by_param: return stddev matrix by individual parameter values | Daniel Friesel | -27/+38 |
2019-09-27 | prepare stddev-by-param-value matrix for fine-grained parameter analysis | Daniel Friesel | -3/+48 |
2019-09-27 | dfatool: fix support for RawData v0 (indentation error) | Daniel Friesel | -1/+1 |
2019-09-27 | add filter-param support to analyze-archive | Daniel Friesel | -15/+44 |
2019-09-27 | dfatool RawData v1: Correctly handle repeated measurements | Daniel Friesel | -1/+6 |
2019-09-26 | Use individuel MIMOSA log files per repetition; documentation | Daniel Friesel | -81/+233 |
2019-09-25 | add --shrink option to generate-dfa-benchmark | Daniel Friesel | -0/+8 |
2019-09-25 | PTA: Add shrink_argument_values function | Daniel Friesel | -0/+132 |
2019-09-25 | Transition: fix arg_to_param_map semantics | Daniel Friesel | -7/+7 |
2019-09-25 | PTA: handle None in parameter value normalization | Daniel Friesel | -6/+98 |
2019-09-25 | is_numeric: Also accept float values | Daniel Friesel | -2/+2 |
2019-09-25 | perform peripheral setup after MIMOSA calibration | Daniel Friesel | -3/+6 |
2019-09-25 | generate dfa benchmark: Add 20us sleep for MIMOSA sync | Daniel Friesel | -2/+5 |
2019-09-25 | PTA: Add support for loop transitions in YAML | Daniel Friesel | -9/+16 |
2019-09-23 | Fix model generation on legacy data format | Daniel Friesel | -14/+39 |
2019-09-20 | dfatool: Refactor RawData._preprocess* | Daniel Friesel | -74/+57 |
2019-09-20 | RawData: Add initial support for dfatool v1 measurements | Daniel Friesel | -19/+151 |
2019-09-20 | test: mark CC1200 test as slow | Daniel Friesel | -1/+3 |
2019-09-20 | MIMOSA: Documentation, log errors | Daniel Friesel | -78/+121 |
2019-09-19 | harness / generate-dfa-benchmark: terminate logging after reaching repeat count | Daniel Friesel | -16/+40 |
2019-09-19 | codegen / simulated accounting: respect granularity | Daniel Friesel | -10/+92 |
2019-09-18 | mostly working mimosa benchmarks. to do: load and parse data | Daniel Friesel | -33/+109 |
2019-09-18 | MIMOSAMonitor: Add mimosactl invocations | Daniel Friesel | -2/+19 |
2019-09-18 | restore generate-dfa-benchmark | Daniel Friesel | -0/+21 |
2019-09-17 | automata: Add missing transitions to to_json | Daniel Friesel | -1/+11 |
2019-09-17 | analyze-archive: Add HTML export | Daniel Friesel | -2/+39 |
2019-09-17 | Mod: Allow initialization from another Mod object | Daniel Friesel | -0/+2 |
2019-09-12 | evaluate online accounting accuracy for verying variable size | Daniel Friesel | -26/+102 |
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-12 | add online model accuracy eval script | Daniel Friesel | -0/+126 |
2019-09-11 | add simulation classes for online energy accounting inaccuracies | Daniel Friesel | -23/+418 |
2019-09-11 | PTA: Support sleep pseudo-transitions in DFS | Daniel Friesel | -17/+57 |
2019-09-11 | PTA: Use "None" transition for sleep | Daniel Friesel | -5/+19 |
2019-09-11 | generate-dfa-benchmark: Do not harcode codegen method | Daniel Friesel | -3/+26 |
2019-09-09 | add more static accounting methods | Daniel Friesel | -5/+118 |
2019-09-09 | optionally also analyze mean transition power | Daniel Friesel | -0/+10 |
2019-09-06 | Add static state-only online accounting with immediate energy calculation | Daniel Friesel | -3/+41 |
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 | -13/+133 |
2019-08-30 | add dummy driver support to generate-dfa-benchmark | Daniel Friesel | -7/+29 |
2019-08-30 | codegen: add minimal support for overloaded functions | Daniel Friesel | -4/+4 |
2019-08-30 | add codegen MVP for online model overhead analysis | Daniel Friesel | -1/+104 |
2019-08-30 | Add python module for AspectC++ repo.acp | Daniel Friesel | -0/+99 |