Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-12-11 | move PTA simulation result to separate class | Daniel Friesel | -40/+40 |
2019-12-11 | test_pta: we're testing energy, not power | Daniel Friesel | -16/+16 |
2019-11-27 | PTA: Add breadth-first search | Daniel Friesel | -0/+24 |
2019-11-26 | update PTA tests | Daniel Friesel | -5/+5 |
2019-11-26 | autopep8 | Daniel Friesel | -243/+240 |
2019-11-26 | PTA: Calculate min/max duration until energy accounting overflow | Daniel Friesel | -3/+12 |
2019-09-25 | PTA: Add shrink_argument_values function | Daniel Friesel | -0/+106 |
2019-09-25 | Transition: fix arg_to_param_map semantics | Daniel Friesel | -3/+3 |
2019-09-25 | PTA: handle None in parameter value normalization | Daniel Friesel | -0/+88 |
2019-09-11 | PTA: Support sleep pseudo-transitions in DFS | Daniel Friesel | -0/+19 |
2019-09-11 | PTA: Use "None" transition for sleep | Daniel Friesel | -2/+2 |
2019-07-26 | support '$' as trace filter terminator | Daniel Friesel | -0/+2 |
2019-07-26 | tests: follow unittest naming scheme | Daniel Friesel | -0/+516 |