summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
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
2019-12-11move PTA simulation result to separate classDaniel Friesel-1/+10
2019-12-11PTAAttribute.eval: Only call model function if it can handle the parametersDaniel Friesel-2/+3
2019-12-11PTA: add attribute error measures to JSON modelDaniel Friesel-6/+27
2019-12-10update codegen + test for PTA attribute changesDaniel Friesel-6/+6
2019-12-10PTA: Use PTAAttribute helper class for static+dynamic attributesDaniel Friesel-71/+109
2019-12-10documentation / code styleDaniel Friesel-3/+8
2019-12-10make analyze-archive --export work without --hwmodelDaniel Friesel-16/+39
2019-11-27PTA: Add breadth-first searchDaniel Friesel-2/+41
2019-11-26automata: fix from_json attribute readout in transitionsDaniel Friesel-1/+1
2019-11-26autopep8Daniel Friesel-10/+23
2019-11-26PTA: Calculate min/max duration until energy accounting overflowDaniel Friesel-10/+71
2019-11-25OnboardTimerHarness: Subtract NOP duration from timing dataDaniel Friesel-2/+8
2019-11-25codegen/generate-dfa-benchmark: Support measurement of getEnergy callDaniel Friesel-0/+5
2019-11-25PTA: also supports non-accepting statesDaniel Friesel-1/+1
2019-11-25runner: show failing command on build failureDaniel Friesel-2/+2
2019-11-21autopep8 / flake8Daniel Friesel-353/+388
2019-11-21flake8 code styleDaniel Friesel-48/+56
2019-11-21flake8Daniel Friesel-78/+86
2019-11-20RawData: remove precomputed offline_aggregates from invalid EnergyTraceLog runsDaniel Friesel-19/+40
2019-11-20harness/generate-dfa-benchmark: handle UART errorsDaniel Friesel-6/+32
2019-11-19harness: abort run on UART errorDaniel Friesel-2/+9
2019-11-19EnergyTraceLog: Handle missing duration entriesDaniel Friesel-4/+19
2019-11-19EnergyTraceLog: clean up function signaturesDaniel Friesel-19/+19
2019-11-18EnergyTraceLog: Improve detection, adjust for ptalog.h changesDaniel Friesel-13/+22
2019-11-18dfatool: minor code cleanupDaniel Friesel-21/+13