Age | Commit message (Expand) | Author | Lines |
2020-09-10 | add kconfig benchmark loader and model generation | Daniel Friesel | -12/+165 |
2020-09-10 | kconfig experiment: store Kconfig hash | Daniel Friesel | -6/+15 |
2020-09-10 | Add kconfig state space exploration script (random + neighbourhood) | Daniel Friesel | -0/+214 |
2020-07-22 | runner: make arch functions arch-specific | Daniel Friesel | -116/+143 |
2020-07-22 | fix runner.get_counter_limits_us for non-default cpu frequencies | Daniel Friesel | -2/+2 |
2020-07-17 | Bugfixes in edge cases | Daniel Friesel | -2/+2 |
2020-07-15 | CrossValidator: Compute RMSD | Daniel Friesel | -12/+9 |
2020-07-15 | Allow state-only PTAModel to be converted to JSON without underlying PTA | Daniel Friesel | -2/+6 |
2020-07-14 | Add --no-cache option | Daniel Friesel | -2/+2 |
2020-07-13 | Run MSP430FR benchmarks at 8 MHz; support sleep > 500 ms for energytrace | Daniel Friesel | -0/+17 |
2020-07-09 | parameters: documentation, remove unused dict key | Daniel Friesel | -1/+2 |
2020-07-09 | Remove unimplemented discard-outliers options | Daniel Friesel | -9/+0 |
2020-07-09 | code style: two newlines before classes | Daniel Friesel | -0/+1 |
2020-07-08 | RawData: load ptalog if available | Daniel Friesel | -4/+9 |
2020-07-08 | prepare for Logic Analyzer and Timing based EnergyTrace sync | Daniel Friesel | -2/+16 |
2020-07-08 | Fix incomplete raw_output in generate-dfa-benchmark output | Daniel Friesel | -4/+14 |
2020-07-06 | MIMOSA loader: Remove legacy sub-state detection code | Daniel Friesel | -71/+0 |
2020-07-06 | Rename dfatool.dfatool to dfatool.loader | Daniel Friesel | -0/+0 |
2020-07-06 | remove unused mean_or_none function | Daniel Friesel | -11/+0 |
2020-07-06 | move gplearn_to_function to functions module | Daniel Friesel | -47/+41 |
2020-07-06 | Remove co-dependent parameter detection code | Daniel Friesel | -213/+0 |
2020-07-06 | dfatool: EnergyTraceLog: Log error if zbar is not available | Daniel Friesel | -0/+1 |
2020-07-06 | Move keysightdlog to bin | Daniel Friesel | -164/+0 |
2020-07-06 | dfatool: Remove unused imports | Daniel Friesel | -8/+1 |
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -1171/+1186 |
2020-07-06 | Move CrossValidator to a separate validation module | Daniel Friesel | -264/+259 |
2020-07-03 | AnalyticFunction: Remove _ prefix from public attributes | Daniel Friesel | -13/+13 |
2020-07-03 | move get_fit_result to ParamFit class | Daniel Friesel | -58/+54 |
2020-07-03 | more consistent logging; use logger. instead of logging. where appropriate | Daniel Friesel | -65/+81 |
2020-07-02 | Use logging module for debug output | Daniel Friesel | -121/+57 |
2020-07-01 | Restore k-fold cross validation support | Daniel Friesel | -8/+91 |
2020-06-25 | analyze-archive: Add --info option | Daniel Friesel | -1/+5 |
2020-05-28 | dfatool: EnergyTraceLog: Add power trace export (with_traces=True) | Daniel Friesel | -33/+41 |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -3163/+5558 |
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 | -3/+11 |
2020-05-14 | Allow individual energy/power traces to be exported to the file system | Daniel Friesel | -6/+22 |
2020-04-30 | dfatool: Fix Code128 import | Daniel Friesel | -1/+1 |
2020-04-29 | Remove most unused perl scripts and modules | Daniel Friesel | -6724/+0 |
2020-04-29 | Use relative module paths. PYTHONPATH=lib bin/... is no longer needed | Daniel Friesel | -17/+18 |
2020-04-29 | move running_mean helper from dfatool to utils | Daniel Friesel | -12/+12 |
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 | -10/+172 |
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 |