summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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/+31
2019-12-11oopsDaniel Friesel-0/+7
2019-12-11add basic workload energy/power/duration simulation toolDaniel Friesel-0/+33
2019-12-11move PTA simulation result to separate classDaniel Friesel-41/+50
2019-12-11test_pta: we're testing energy, not powerDaniel Friesel-16/+16
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-16/+16
2019-12-10PTA: Use PTAAttribute helper class for static+dynamic attributesDaniel Friesel-71/+109
2019-12-10generate-dfa-benchmark: add delay_after_ms supportDaniel Friesel-1/+9
2019-12-10documentation / code styleDaniel Friesel-4/+9
2019-12-10make analyze-archive --export work without --hwmodelDaniel Friesel-17/+43
2019-11-27PTA: Add breadth-first searchDaniel Friesel-2/+65
2019-11-26update PTA testsDaniel Friesel-5/+5
2019-11-26automata: fix from_json attribute readout in transitionsDaniel Friesel-1/+1
2019-11-26autopep8Daniel Friesel-337/+351
2019-11-26PTA: Calculate min/max duration until energy accounting overflowDaniel Friesel-13/+83
2019-11-25generate-dfa-benchmark: decrease initial delay in non-mimosa environmentsDaniel Friesel-1/+4
2019-11-25add accounting overhead evaluation helperDaniel Friesel-0/+34
2019-11-25OnboardTimerHarness: Subtract NOP duration from timing dataDaniel Friesel-2/+8
2019-11-25generate-dfa-tool: --accounting: pass args to AccountingmethodDaniel Friesel-4/+28
2019-11-25codegen/generate-dfa-benchmark: Support measurement of getEnergy callDaniel Friesel-0/+9
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-25generate-dfa-benchmark: set run flag for dummy driver usageDaniel Friesel-1/+4
2019-11-21autopep8 / flake8Daniel Friesel-388/+420
2019-11-21flake8 code styleDaniel Friesel-74/+83
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