Age | Commit message (Expand) | Author | Lines |
2019-07-16 | Protolog: Handle NaN in cycles_enc | Daniel Friesel | -0/+12 |
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-13 | Protolog: Make cpu/radio classes accessible on the outside | Daniel Friesel | -2/+7 |
2019-05-09 | cycles_to_energy: Add get_power function | Daniel Friesel | -6/+6 |
2019-05-08 | add cpu cycles -> cpu energy and packet size -> tx energy for protocolmodeling | Daniel Friesel | -1/+60 |
2019-05-07 | Protolog: Handle codegen failure | Daniel Friesel | -4/+8 |
2019-04-08 | callcycles_median: subtract nop cycles | Daniel Friesel | -1/+11 |
2019-04-03 | add pre-processed callcycles (one median value per function call to avoid out... | Daniel Friesel | -0/+7 |
2019-03-28 | cycle analysis: use median to protect against outliers | Daniel Friesel | -6/+8 |
2019-03-27 | data_parameters: Account for serialized data buffer size | Daniel Friesel | -6/+14 |
2019-03-25 | data_parameters: Add (text|bss|data)_ser(des)?_delta | Daniel Friesel | -6/+11 |
2019-03-21 | Protolog: Handle erroneous cycle measurements | Daniel Friesel | -16/+33 |
2019-03-20 | data_parameters: Doku | Daniel Friesel | -1/+50 |
2019-03-19 | data_parameters: catch TypeError (sometimes ubjson stores numbers as Decimal) | Daniel Friesel | -4/+9 |
2019-02-13 | add generic monte carlo cross validation | Daniel Friesel | -0/+2 |
2019-02-11 | add int value length (does int fit into 1/2/4 bytes?) | Daniel Friesel | -1/+17 |
2019-02-05 | data_parameters: distinguish num_objects by type (int/float/str/tbd) | Daniel Friesel | -5/+18 |
2019-01-31 | data_parameters: Add Protolog module for additional analysis | Daniel Friesel | -0/+100 |
2019-01-31 | add data_parameters (numeric description of JSON-like data) | Daniel Friesel | -0/+48 |