Age | Commit message (Expand) | Author | Lines |
2019-08-14 | functions, utils: pydocstyle | Daniel Friesel | -46/+38 |
2019-08-13 | _try_fits: Do not throw away previous raw_results while iterating over parame... | Daniel Friesel | -2/+3 |
2019-08-13 | get_fit_result: Fix debug output | Daniel Friesel | -5/+6 |
2019-08-13 | functions: documentation (WiP) | Daniel Friesel | -19/+17 |
2019-08-13 | refactor paramfit.results handling into separate helper function | Daniel Friesel | -30/+29 |
2019-08-13 | _try_fits: Also return individual results for each parameter combination | Daniel Friesel | -20/+49 |
2019-08-13 | Improve _try_fits performance and fairness | Daniel Friesel | -25/+20 |
2019-08-13 | _try_fits: documentation, minimal refactoring, note a possible bug | Daniel Friesel | -11/+60 |
2019-07-26 | harness/pta-bench: Add initial support for logging of return values | Daniel Friesel | -8/+36 |
2019-07-26 | support '$' as trace filter terminator | Daniel Friesel | -1/+4 |
2019-07-26 | add parameter normalization support to YAML DFA models | Daniel Friesel | -1/+16 |
2019-07-25 | PTA: Add support for parameter normalization during code generation | Daniel Friesel | -2/+19 |
2019-07-25 | lint | Daniel Friesel | -0/+3 |
2019-07-25 | AnalyticModel: Add missing param_name / param_index functions | Daniel Friesel | -0/+10 |
2019-07-25 | some documentation | Daniel Friesel | -7/+60 |
2019-07-25 | Move trace filter from postprocessing to automata module | Daniel Friesel | -2/+16 |
2019-07-25 | analyze-timing: add function argument support | Daniel Friesel | -3/+36 |
2019-07-24 | add timing analysis script | Daniel Friesel | -0/+3 |
2019-07-24 | pylint | Daniel Friesel | -57/+4 |
2019-07-24 | Improve debugging | Daniel Friesel | -2/+6 |
2019-07-24 | add TimingData class for measurements generated with TimingHarness | Daniel Friesel | -2/+86 |
2019-07-24 | Revert "dfatool: temporarily enable state energy analysis" | Daniel Friesel | -5/+2 |
2019-07-22 | implement autogeneration and data aggregation of timing benchmarks | Daniel Friesel | -21/+141 |
2019-07-22 | automata: Clarify parameter contents in DFS traces | Daniel Friesel | -2/+16 |
2019-07-22 | automata: Add set_param support in YAML files | Daniel Friesel | -0/+2 |
2019-07-19 | generate-dfa-benchmark: Add trace filter | Daniel Friesel | -7/+18 |
2019-07-16 | Protolog: Handle NaN in cycles_enc | Daniel Friesel | -0/+12 |
2019-07-10 | protocol benchmarks: mpack: correctly use expect API | Daniel Friesel | -3/+3 |
2019-07-05 | runner: Run make clean before rebuilding | Daniel Friesel | -0/+6 |
2019-06-28 | protocol_benchmarks: switch to OS-decoupled XDR implementation | Daniel Friesel | -30/+32 |
2019-06-27 | protocol_benchmarks/xdr16: use uint16 for int lists | Daniel Friesel | -3/+3 |
2019-06-26 | protocol_benchmarks: Add XDR16, remove XDR ersion header | Daniel Friesel | -3/+122 |
2019-06-25 | size_to_radio_energy: lint | Daniel Friesel | -2/+7 |
2019-06-14 | data_parameters: Distinguish between bss/data with and without buffer | Daniel Friesel | -1/+9 |
2019-06-13 | data_parameters: Add {data,bss,text}_serdes_delta | Daniel Friesel | -0/+16 |
2019-06-12 | add energy_desdecrx and written_dmem_{ser,des} keys | Daniel Friesel | -0/+5 |
2019-05-28 | size -> radio energy: Add RX functions | Daniel Friesel | -3/+88 |
2019-05-22 | cycles/radio to energy: Add esp8266 | Daniel Friesel | -4/+98 |
2019-05-16 | utils: Add soft_cast_float; float support in config strings | Daniel Friesel | -1/+15 |
2019-05-16 | Benchmark: Only print first 500 chars of error message | Daniel Friesel | -1/+1 |
2019-05-16 | cycles_to_energy: Use ATMega328P datasheet values; fix voltage limits | Daniel Friesel | -6/+10 |
2019-05-13 | cycles_to_energy: Add energy per cycle and ATMega328 class | Daniel Friesel | -0/+54 |
2019-05-13 | Protolog: Make cpu/radio classes accessible on the outside | Daniel Friesel | -2/+7 |
2019-05-10 | CC1200 TX energy: Use energy model, not inaccurate power * duration | Daniel Friesel | -4/+81 |
2019-05-10 | dfatool: temporarily enable state energy analysis | Daniel Friesel | -2/+5 |
2019-05-09 | cycles_to_energy: Add get_power function | Daniel Friesel | -6/+12 |
2019-05-09 | size_to_radio_energy: Add nRF24L01+ datasheet values | Daniel Friesel | -0/+43 |
2019-05-08 | conf str: use foo=foo=bar,quux=lol instead of foo=foo:bar,quux:lol | Daniel Friesel | -1/+1 |
2019-05-08 | add cpu cycles -> cpu energy and packet size -> tx energy for protocolmodeling | Daniel Friesel | -1/+229 |
2019-05-07 | add (buggy?) Thrift support | Daniel Friesel | -0/+71 |