summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2019-03-27data_parameters: Account for serialized data buffer sizeDaniel Friesel-6/+14
2019-03-25_mean_std_by_param: Handle no partitions for attributeDaniel Friesel-1/+6
2019-03-25plotter: Add output option to boxplot and plot_attributeDaniel Friesel-4/+12
2019-03-25data_parameters: Add (text|bss|data)_ser(des)?_deltaDaniel Friesel-6/+11
2019-03-25analyze-archive: fix useless extra-parsing of getopt argsDaniel Friesel-22/+22
2019-03-25protocol_benchmarks: Do not pre-encode numbers for manualjsonDaniel Friesel-2/+2
2019-03-22SerialReader: Support both types of serial newlinesDaniel Friesel-1/+6
2019-03-21Protolog: Handle erroneous cycle measurementsDaniel Friesel-16/+33
2019-03-21TimingAnalysis: Add missing newline in macro definitionDaniel Friesel-1/+1
2019-03-20data_parameters: DokuDaniel Friesel-1/+50
2019-03-19data_parameters: catch TypeError (sometimes ubjson stores numbers as Decimal)Daniel Friesel-4/+9
2019-03-14runner: fake peek support in ShellMonitorDaniel Friesel-2/+6
2019-03-14PTA: Add from_yaml testsDaniel Friesel-0/+87
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-42/+31
2019-03-13PTA: Support DFS with parameter trackingDaniel Friesel-7/+76
2019-03-12generate-dfa-benchmark: Support building, flashing, and (partially) loggingDaniel Friesel-6/+63
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-05generate-dfa-benchmark: support output to fileDaniel Friesel-23/+32
2019-03-05working benchmark generationDaniel Friesel-25/+51
2019-03-05add serial monitor utilitiesDaniel Friesel-0/+88
2019-03-05DFA benchmarks: Add missing boilerplate codeDaniel Friesel-1/+27
2019-03-05read instance name from PTA/DFA yaml fileDaniel Friesel-5/+14
2019-03-04generate PTA from YAML model, support several types of test harnessDaniel Friesel-10/+121
2019-03-01moar testsDaniel Friesel-1/+5
2019-03-01move tests to separate directoryDaniel Friesel-0/+0
2019-03-01add tests fore accepting states and get_transition_idDaniel Friesel-0/+33
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/+11
2019-02-21update from_json / to_jsonDaniel Friesel-2/+3
2019-02-21add support for accepting statesDaniel Friesel-1/+9
2019-02-21dfs: always return tuplesDaniel Friesel-6/+6
2019-02-21generate-dfa-benchmark: Add sleep statements, handle interruptsDaniel Friesel-4/+15
2019-02-21PTA trace: Return transition objects, not just namesDaniel Friesel-16/+25
2019-02-21add generate-dfa-benchmark: trace-based benchmark generationDaniel Friesel-0/+46
2019-02-21PTA: Add argument support in trace generationDaniel Friesel-11/+42
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-15/+15
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-14update tests for get_param_lut fallback parameterDaniel Friesel-1/+3
2019-02-14improved cross-validation in analyze-archive; fallback for param_lut_modelDaniel Friesel-18/+44