summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-03-14automata: Add missing attributes in PTA.from_yamlDaniel Friesel-2/+18
2019-03-14runner: add missing include for exception handlerDaniel Friesel-0/+1
2019-03-13Add simple per-statement C(++) timing analysis wrapperDaniel Friesel-0/+29
2019-03-13WiPDaniel Friesel-39/+28
2019-03-13PTA: Support DFS with parameter trackingDaniel Friesel-4/+28
2019-03-12generate-dfa-benchmark: Support building, flashing, and (partially) loggingDaniel Friesel-6/+34
2019-03-12harness: Use inheritance for common codeDaniel Friesel-33/+17
2019-03-07runner: documentationDaniel Friesel-14/+73
2019-03-06runner: Add get_monitor, get_counter_limits helpersDaniel Friesel-0/+28
2019-03-05working benchmark generationDaniel Friesel-19/+19
2019-03-05add serial monitor utilitiesDaniel Friesel-0/+88
2019-03-05DFA benchmarks: Add missing boilerplate codeDaniel Friesel-1/+14
2019-03-05read instance name from PTA/DFA yaml fileDaniel Friesel-1/+7
2019-03-04generate PTA from YAML model, support several types of test harnessDaniel Friesel-0/+102
2019-03-01PTA.from_json: Only generate AnalyticFunction if it is setDaniel Friesel-2/+3
2019-02-22add ptalog to dfa benchmark generationDaniel Friesel-0/+3
2019-02-21update from_json / to_jsonDaniel Friesel-2/+3
2019-02-21add support for accepting statesDaniel Friesel-1/+8
2019-02-21dfs: always return tuplesDaniel Friesel-2/+2
2019-02-21PTA trace: Return transition objects, not just namesDaniel Friesel-7/+11
2019-02-21PTA: Add argument support in trace generationDaniel Friesel-11/+29
2019-02-21support legacy argument / benchmark test value definitionsDaniel Friesel-3/+10
2019-02-21PTA: Add loader for legacy (dfatool.pl) JSON formatDaniel Friesel-0/+34
2019-02-21automata: .states -> .state (it's a dict)Daniel Friesel-10/+10
2019-02-21automata: Add support for benchmark arguments in DFSDaniel Friesel-10/+26
2019-02-20automata.py: Add documentationDaniel Friesel-4/+119
2019-02-19automata: Add type annotationsDaniel Friesel-77/+80
2019-02-18automata: Fix dfsDaniel Friesel-4/+4
2019-02-14do not print paramstats warning during crossvalidationDaniel Friesel-10/+20
2019-02-14improved cross-validation in analyze-archive; fallback for param_lut_modelDaniel Friesel-8/+23
2019-02-13add generic monte carlo cross validationDaniel Friesel-23/+138
2019-02-11protocol_benchmarks: Fix ManualJSON list of strings codegenDaniel Friesel-1/+1
2019-02-11derpDaniel Friesel-1/+1
2019-02-11cleanup, dokuDaniel Friesel-4/+38
2019-02-11add int value length (does int fit into 1/2/4 bytes?)Daniel Friesel-1/+17
2019-02-08update documentationDaniel Friesel-63/+92
2019-02-08Convert PTAModel to EnergyModel signatureDaniel Friesel-94/+46
2019-02-07AnalyticModel: Calculate by_param from by_nameDaniel Friesel-2/+23
2019-02-07WiPDaniel Friesel-5/+14
2019-02-07AnalyticModel DokuDaniel Friesel-3/+56
2019-02-07add generic AnalyticModel (just the basics without special cases)Daniel Friesel-2/+120
2019-02-07Rename EnergyModel to PTAModelDaniel Friesel-9/+64
2019-02-07Use ParallelParamFit class for parallel fittingDaniel Friesel-17/+39
2019-02-07function_powerset: add default for num_argsDaniel Friesel-1/+1
2019-02-07_try_fits: Do not throw error when encountering insufficient data for fittingDaniel Friesel-0/+8
2019-02-06protocol benchmarks: Accessors for serialized data size availabilityDaniel Friesel-0/+32
2019-02-06Turn Benchmark class into a context managerDaniel Friesel-30/+52
2019-02-05move flatten to utilsDaniel Friesel-8/+9
2019-02-05add ipython prelude for energy modelingDaniel Friesel-0/+13
2019-02-05add protocol benchmark classes for protocolmodelingDaniel Friesel-0/+1225