summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-09-07Changed sync Slightly & BlackLennart-37/+40
2020-08-20Added state durationLennart-2/+2
2020-08-18Updated to DataprocessorLennart-190/+44
2020-07-20Added UART version and changed max power.Lennart-6/+81
2020-07-16Merged with state-duration-timerLennart-38/+112
2020-07-14Added into runner.pyLennart-15/+163
2020-07-14Tested moreLennart-0/+2
2020-07-14Add --no-cache optionDaniel Friesel-2/+2
2020-07-14support more than one logfile per measurement runfeature/lennart/get_files_arrayDaniel Friesel-5/+7
2020-07-14Make black(1) happystate-duration-timersDaniel Friesel-0/+1
2020-07-13Added first version, kinda working but some tweaks needed. src directory of r...Lennart-2/+62
2020-07-09OnboardTimerHarness: Log state duration as wellDaniel Friesel-30/+93
2020-07-08Add dummy loader for EnergyTraceWithLogicAnalyzer.Daniel Friesel-4/+133
2020-07-08Merge branch 'master' into lennartDaniel Friesel-4/+9
2020-07-08RawData: load ptalog if availableDaniel Friesel-4/+9
2020-07-08Add harness.energytrace_sync="led" for LA / Timing based syncDaniel Friesel-1/+8
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