summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-11-21flake8Daniel Friesel-143/+136
2019-11-20RawData: remove precomputed offline_aggregates from invalid EnergyTraceLog runsDaniel Friesel-19/+40
2019-11-20harness/generate-dfa-benchmark: handle UART errorsDaniel Friesel-8/+33
2019-11-19harness: abort run on UART errorDaniel Friesel-2/+13
2019-11-19EnergyTraceLog: Handle missing duration entriesDaniel Friesel-4/+19
2019-11-19EnergyTraceLog: clean up function signaturesDaniel Friesel-19/+19
2019-11-18generate-dfa-benchmark: perform initalization early in EnergyTrace modeDaniel Friesel-7/+13
2019-11-18EnergyTraceLog: Improve detection, adjust for ptalog.h changesDaniel Friesel-13/+22
2019-11-18dfatool: minor code cleanupDaniel Friesel-21/+13
2019-11-18dfatool: save preprocessing stats in cacheDaniel Friesel-2/+13
2019-11-18EnergyTraceLog: Finish parser. model analysis is working.Daniel Friesel-38/+214
2019-11-15todosDaniel Friesel-4/+15
2019-11-15Gitlab CI: Use Debian Bullseye image for python3-zbarDaniel Friesel-1/+1
2019-11-15handle missing python3-zbar module (e.g. on Debian Stable)Daniel Friesel-2/+14
2019-11-15GitLab CI: Add python3-zbar dependencyDaniel Friesel-1/+1
2019-11-15EnergyTrace: recovered transition offsets are correct \o/Daniel Friesel-19/+74
2019-11-14harness: Use an explicit stopBenchmark for loop completion detectionDaniel Friesel-9/+13
2019-11-14TransitionHarnes: fix barcode transferDaniel Friesel-1/+3
2019-11-14generate-dfa-benchmark: decrease initial delay when using EnergyTraceDaniel Friesel-1/+5
2019-11-14Start work on EnergyTrace loaderDaniel Friesel-17/+304
2019-11-13use barcode synchronization when running EnergyTrace benchmarksDaniel Friesel-6/+377
2019-11-12ParamStats: compute statistics in parallelDaniel Friesel-161/+183
2019-11-05generate-dfa-benchmark: use gpio toggle before transition in EnergyTrace modeDaniel Friesel-1/+1
2019-11-05get run flags from driver modelDaniel Friesel-2/+11
2019-11-05generate-dfa-benchmark: use sleep, not busy waiting, in EnergyTrace modeDaniel Friesel-1/+4
2019-10-30Allow taking DFA/PTA measurements with EnergyTrace hardwareDaniel Friesel-7/+64
2019-10-25dfatool: More error handling, support a posteriori argumentsDaniel Friesel-12/+67
2019-10-24generate-dfa-benchmark: restart log on missed UART syncDaniel Friesel-2/+22
2019-10-22prepare proper overall error measuresDaniel Friesel-0/+15
2019-10-22dfatool: split up assess and assess_on_tracesDaniel Friesel-21/+26
2019-10-22eval-online-model-accuracy: use PTA.from_fileDaniel Friesel-5/+4
2019-10-15documentationDaniel Friesel-18/+38
2019-10-15PTA: Add from_file constructorDaniel Friesel-18/+25
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-72/+230
2019-10-10RawData: Re-add cachingDaniel Friesel-0/+26
2019-10-08add legacy corrcoef vs. stddev heuristic benchmarkDaniel Friesel-0/+235
2019-10-08add legacy genetic programming (symbolic regression) benchmarkDaniel Friesel-0/+88
2019-10-08dfatool: refactor get_staticDaniel Friesel-30/+14
2019-10-08analyze-archive: Add --param-info optionDaniel Friesel-1/+10
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-135/+211
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-439/+444
2019-10-07dfatool/PTAModel: handle state/transitions being removed via filter_paramDaniel Friesel-21/+25
2019-10-07dokuDaniel Friesel-14/+26
2019-10-07generate-dfa-benchmark: skip compilation attempt for >1000 runsDaniel Friesel-9/+12
2019-10-02runner: re-try mimosactl call if it failedDaniel Friesel-1/+3
2019-10-02documentationDaniel Friesel-32/+46
2019-10-02improve co-dependent parameter detection logicDaniel Friesel-29/+66
2019-10-01initial check for boolean parameters' influence on other parametersDaniel Friesel-4/+30
2019-09-30std_by_param: return stddev matrix by individual parameter valuesDaniel Friesel-27/+38
2019-09-27prepare stddev-by-param-value matrix for fine-grained parameter analysisDaniel Friesel-3/+48