Age | Commit message (Expand) | Author | Lines |
2019-11-18 | dfatool: minor code cleanup | Daniel Friesel | -21/+13 |
2019-11-18 | dfatool: save preprocessing stats in cache | Daniel Friesel | -2/+8 |
2019-11-18 | EnergyTraceLog: Finish parser. model analysis is working. | Daniel Friesel | -31/+202 |
2019-11-15 | todos | Daniel Friesel | -4/+15 |
2019-11-15 | handle missing python3-zbar module (e.g. on Debian Stable) | Daniel Friesel | -2/+14 |
2019-11-15 | EnergyTrace: recovered transition offsets are correct \o/ | Daniel Friesel | -19/+74 |
2019-11-14 | harness: Use an explicit stopBenchmark for loop completion detection | Daniel Friesel | -9/+13 |
2019-11-14 | TransitionHarnes: fix barcode transfer | Daniel Friesel | -1/+3 |
2019-11-14 | Start work on EnergyTrace loader | Daniel Friesel | -17/+304 |
2019-11-13 | use barcode synchronization when running EnergyTrace benchmarks | Daniel Friesel | -5/+374 |
2019-11-12 | ParamStats: compute statistics in parallel | Daniel Friesel | -161/+183 |
2019-10-30 | Allow taking DFA/PTA measurements with EnergyTrace hardware | Daniel Friesel | -3/+42 |
2019-10-25 | dfatool: More error handling, support a posteriori arguments | Daniel Friesel | -12/+67 |
2019-10-22 | prepare proper overall error measures | Daniel Friesel | -0/+11 |
2019-10-22 | dfatool: split up assess and assess_on_traces | Daniel Friesel | -20/+25 |
2019-10-15 | documentation | Daniel Friesel | -18/+38 |
2019-10-15 | PTA: Add from_file constructor | Daniel Friesel | -6/+17 |
2019-10-11 | add helper functions for co-dependent parameter detection | Daniel Friesel | -66/+203 |
2019-10-10 | RawData: Re-add caching | Daniel Friesel | -0/+26 |
2019-10-08 | dfatool: refactor get_static | Daniel Friesel | -30/+14 |
2019-10-07 | Move codependent parameter logic to ParamStats / parameters.py | Daniel Friesel | -134/+204 |
2019-10-07 | move ParamStats and helper functions to lib/parameters.py | Daniel Friesel | -437/+441 |
2019-10-07 | dfatool/PTAModel: handle state/transitions being removed via filter_param | Daniel Friesel | -21/+25 |
2019-10-07 | doku | Daniel Friesel | -14/+26 |
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 | -0/+26 |
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 | -59/+163 |
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 | is_numeric: Also accept float values | Daniel Friesel | -2/+2 |
2019-09-25 | generate dfa benchmark: Add 20us sleep for MIMOSA sync | Daniel Friesel | -1/+4 |
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 | MIMOSA: Documentation, log errors | Daniel Friesel | -78/+121 |
2019-09-19 | harness / generate-dfa-benchmark: terminate logging after reaching repeat count | Daniel Friesel | -3/+12 |
2019-09-19 | codegen / simulated accounting: respect granularity | Daniel Friesel | -10/+72 |
2019-09-18 | mostly working mimosa benchmarks. to do: load and parse data | Daniel Friesel | -26/+84 |
2019-09-18 | MIMOSAMonitor: Add mimosactl invocations | Daniel Friesel | -2/+19 |
2019-09-17 | automata: Add missing transitions to to_json | Daniel Friesel | -1/+11 |
2019-09-17 | Mod: Allow initialization from another Mod object | Daniel Friesel | -0/+2 |