summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-07-22automata: Clarify parameter contents in DFS tracesDaniel Friesel-2/+16
2019-07-22automata: Add set_param support in YAML filesDaniel Friesel-0/+2
2019-07-19generate-dfa-benchmark: Add trace filterDaniel Friesel-7/+18
2019-07-16Protolog: Handle NaN in cycles_encDaniel Friesel-0/+12
2019-07-10protocol benchmarks: mpack: correctly use expect APIDaniel Friesel-3/+3
2019-07-05runner: Run make clean before rebuildingDaniel Friesel-0/+6
2019-06-28protocol_benchmarks: switch to OS-decoupled XDR implementationDaniel Friesel-30/+32
2019-06-27protocol_benchmarks/xdr16: use uint16 for int listsDaniel Friesel-3/+3
2019-06-26protocol_benchmarks: Add XDR16, remove XDR ersion headerDaniel Friesel-3/+122
2019-06-25size_to_radio_energy: lintDaniel Friesel-2/+7
2019-06-14data_parameters: Distinguish between bss/data with and without bufferDaniel Friesel-1/+9
2019-06-13data_parameters: Add {data,bss,text}_serdes_deltaDaniel Friesel-0/+16
2019-06-12add energy_desdecrx and written_dmem_{ser,des} keysDaniel Friesel-0/+5
2019-05-28size -> radio energy: Add RX functionsDaniel Friesel-3/+88
2019-05-22cycles/radio to energy: Add esp8266Daniel Friesel-4/+98
2019-05-16utils: Add soft_cast_float; float support in config stringsDaniel Friesel-1/+15
2019-05-16Benchmark: Only print first 500 chars of error messageDaniel Friesel-1/+1
2019-05-16cycles_to_energy: Use ATMega328P datasheet values; fix voltage limitsDaniel Friesel-6/+10
2019-05-13cycles_to_energy: Add energy per cycle and ATMega328 classDaniel Friesel-0/+54
2019-05-13Protolog: Make cpu/radio classes accessible on the outsideDaniel Friesel-2/+7
2019-05-10CC1200 TX energy: Use energy model, not inaccurate power * durationDaniel Friesel-4/+81
2019-05-10dfatool: temporarily enable state energy analysisDaniel Friesel-2/+5
2019-05-09cycles_to_energy: Add get_power functionDaniel Friesel-6/+12
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