summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-07-22runner: make arch functions arch-specificDaniel Friesel-116/+143
2020-07-22fix runner.get_counter_limits_us for non-default cpu frequenciesDaniel Friesel-2/+2
2020-07-17Bugfixes in edge casesDaniel Friesel-2/+2
2020-07-15CrossValidator: Compute RMSDDaniel Friesel-12/+9
2020-07-15Allow state-only PTAModel to be converted to JSON without underlying PTADaniel Friesel-2/+6
2020-07-14Add --no-cache optionDaniel Friesel-2/+2
2020-07-13Run MSP430FR benchmarks at 8 MHz; support sleep > 500 ms for energytraceDaniel Friesel-0/+17
2020-07-09parameters: documentation, remove unused dict keyDaniel Friesel-1/+2
2020-07-09Remove unimplemented discard-outliers optionsDaniel Friesel-9/+0
2020-07-09code style: two newlines before classesDaniel Friesel-0/+1
2020-07-08RawData: load ptalog if availableDaniel Friesel-4/+9
2020-07-08prepare for Logic Analyzer and Timing based EnergyTrace syncDaniel Friesel-2/+16
2020-07-08Fix incomplete raw_output in generate-dfa-benchmark outputDaniel Friesel-4/+14
2020-07-06MIMOSA loader: Remove legacy sub-state detection codeDaniel Friesel-71/+0
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-0/+0
2020-07-06remove unused mean_or_none functionDaniel Friesel-11/+0
2020-07-06move gplearn_to_function to functions moduleDaniel Friesel-47/+41
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-213/+0
2020-07-06dfatool: EnergyTraceLog: Log error if zbar is not availableDaniel Friesel-0/+1
2020-07-06Move keysightdlog to binDaniel Friesel-164/+0
2020-07-06dfatool: Remove unused importsDaniel Friesel-8/+1
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-1171/+1186
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-264/+259
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-13/+13
2020-07-03move get_fit_result to ParamFit classDaniel Friesel-58/+54
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-65/+81
2020-07-02Use logging module for debug outputDaniel Friesel-121/+57
2020-07-01Restore k-fold cross validation supportDaniel Friesel-8/+91
2020-06-25analyze-archive: Add --info optionDaniel Friesel-1/+5
2020-05-28dfatool: EnergyTraceLog: Add power trace export (with_traces=True)Daniel Friesel-33/+41
2020-05-28use black(1) for uniform code formattingDaniel Friesel-3163/+5558
2020-05-20automata: Handle set_param before arg_to_param_mapDaniel Friesel-3/+5
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-3/+11
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-6/+22
2020-04-30dfatool: Fix Code128 importDaniel Friesel-1/+1
2020-04-29Remove most unused perl scripts and modulesDaniel Friesel-6724/+0
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-17/+18
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-12/+12
2019-12-20automata: documentationDaniel Friesel-0/+26
2019-12-20SimulationResult: Handle 0 duration and missing MAE valuesDaniel Friesel-5/+16
2019-12-18PTA: Load state power functions from YAML if availableDaniel Friesel-1/+5
2019-12-18workload/simulate: Fix param handoverDaniel Friesel-2/+7
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-10/+172
2019-12-12lexer and parser for basic timed word stringsDaniel Friesel-0/+62
2019-12-12import SLYDaniel Friesel-0/+2531
2019-12-12PTA.simulate: orig_state may also be a StateDaniel Friesel-1/+4
2019-12-12PTA: Fix arg_to_param_map from_json handlingDaniel Friesel-1/+6
2019-12-12automata.State: improve error message on missing transitionDaniel Friesel-1/+4
2019-12-11workload/simulation: provide error measures for duration and energyDaniel Friesel-4/+27
2019-12-11oopsDaniel Friesel-0/+7