summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-05-09size_to_radio_energy: Add nRF24L01+ datasheet valuesDaniel Friesel-0/+43
2019-05-08conf str: use foo=foo=bar,quux=lol instead of foo=foo:bar,quux:lolDaniel Friesel-1/+1
2019-05-08add cpu cycles -> cpu energy and packet size -> tx energy for protocolmodelingDaniel Friesel-1/+229
2019-05-07add (buggy?) Thrift supportDaniel Friesel-0/+71
2019-05-07Avro: Add strip_schema optionDaniel Friesel-4/+11
2019-05-07Protolog: Handle codegen failureDaniel Friesel-4/+8
2019-04-09protocol_benchmarks: Add Apache AvroDaniel Friesel-0/+65
2019-04-08callcycles_median: subtract nop cyclesDaniel Friesel-1/+11
2019-04-03add pre-processed callcycles (one median value per function call to avoid out...Daniel Friesel-0/+7
2019-04-03runner: handle all sorts of newline typesDaniel Friesel-6/+1
2019-04-03dfatool: analytic model getter: Add arg supportDaniel Friesel-0/+4
2019-04-03NanoPB benchmark generator: add encode/decode of float valuesDaniel Friesel-0/+6
2019-04-02add transition_map accessorDaniel Friesel-1/+6
2019-04-02MPack, NanoPB: Adjust writer_destroy / pb_decode calls for wrapper supportDaniel Friesel-4/+8
2019-04-01AnalyticModel: Add argument supportDaniel Friesel-1/+8
2019-04-01add missing includeDaniel Friesel-1/+1
2019-04-01remove unused function AnalyticModel._fitDaniel Friesel-22/+0
2019-04-01Use std_param_lut, not the (non-existing) std_arg_lutDaniel Friesel-2/+2
2019-03-29argument-aware analysis of protocolmodeling cycles benchmarksDaniel Friesel-11/+27
2019-03-29remove unused functionDaniel Friesel-8/+0
2019-03-28fix callcycles argument handlingDaniel Friesel-4/+10
2019-03-28cycle analysis: use median to protect against outliersDaniel Friesel-6/+8
2019-03-28Protocols: Log function argumentsDaniel Friesel-48/+56
2019-03-28add shorten_call function from protocolmodeling/analyze-param.pyDaniel Friesel-0/+53
2019-03-27benchmark generation WiPDaniel Friesel-21/+43
2019-03-27protocol_benchmarks: import lib-to-codegen function; always save timestampsDaniel Friesel-2/+39
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-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-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