summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-10-13mergeDaniel Friesel-53/+337
2020-09-22Changed code import and black formattedlennartLennart-16/+14
2020-09-10kconfig experiment: store Kconfig hashDaniel Friesel-6/+15
2020-09-10Add kconfig state space exploration script (random + neighbourhood)Daniel Friesel-0/+214
2020-09-09changed stuffLennart-75/+8
2020-09-07testLennart-1/+1
2020-09-07Changed sync Slightly & BlackLennart-37/+40
2020-08-20Added state durationLennart-2/+2
2020-08-18Updated to DataprocessorLennart-190/+44
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-20Added UART version and changed max power.Lennart-6/+81
2020-07-17Bugfixes in edge casesDaniel Friesel-2/+2
2020-07-16Merged with state-duration-timerLennart-38/+112
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-14Added into runner.pyLennart-15/+163
2020-07-14Tested moreLennart-0/+2
2020-07-14Add --no-cache optionDaniel Friesel-2/+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-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-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