summaryrefslogtreecommitdiff
path: root/lib
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/+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
2019-11-18dfatool: save preprocessing stats in cacheDaniel Friesel-2/+8
2019-11-18EnergyTraceLog: Finish parser. model analysis is working.Daniel Friesel-31/+202
2019-11-15todosDaniel Friesel-4/+15
2019-11-15handle missing python3-zbar module (e.g. on Debian Stable)Daniel Friesel-2/+14
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-14Start work on EnergyTrace loaderDaniel Friesel-17/+304
2019-11-13use barcode synchronization when running EnergyTrace benchmarksDaniel Friesel-5/+374
2019-11-12ParamStats: compute statistics in parallelDaniel Friesel-161/+183
2019-10-30Allow taking DFA/PTA measurements with EnergyTrace hardwareDaniel Friesel-3/+42
2019-10-25dfatool: More error handling, support a posteriori argumentsDaniel Friesel-12/+67
2019-10-22prepare proper overall error measuresDaniel Friesel-0/+11
2019-10-22dfatool: split up assess and assess_on_tracesDaniel Friesel-20/+25
2019-10-15documentationDaniel Friesel-18/+38
2019-10-15PTA: Add from_file constructorDaniel Friesel-6/+17
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-66/+203
2019-10-10RawData: Re-add cachingDaniel Friesel-0/+26
2019-10-08dfatool: refactor get_staticDaniel Friesel-30/+14
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-134/+204
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-437/+441