Age | Commit message (Expand) | Author | Lines |
2019-03-14 | runner: fake peek support in ShellMonitor | Daniel Friesel | -2/+6 |
2019-03-14 | automata: Add missing attributes in PTA.from_yaml | Daniel Friesel | -2/+18 |
2019-03-14 | runner: add missing include for exception handler | Daniel Friesel | -0/+1 |
2019-03-13 | Add simple per-statement C(++) timing analysis wrapper | Daniel Friesel | -0/+29 |
2019-03-13 | WiP | Daniel Friesel | -39/+28 |
2019-03-13 | PTA: Support DFS with parameter tracking | Daniel Friesel | -4/+28 |
2019-03-12 | generate-dfa-benchmark: Support building, flashing, and (partially) logging | Daniel Friesel | -6/+34 |
2019-03-12 | harness: Use inheritance for common code | Daniel Friesel | -33/+17 |
2019-03-07 | runner: documentation | Daniel Friesel | -14/+73 |
2019-03-06 | runner: Add get_monitor, get_counter_limits helpers | Daniel Friesel | -0/+28 |
2019-03-05 | working benchmark generation | Daniel Friesel | -19/+19 |
2019-03-05 | add serial monitor utilities | Daniel Friesel | -0/+88 |
2019-03-05 | DFA benchmarks: Add missing boilerplate code | Daniel Friesel | -1/+14 |
2019-03-05 | read instance name from PTA/DFA yaml file | Daniel Friesel | -1/+7 |
2019-03-04 | generate PTA from YAML model, support several types of test harness | Daniel Friesel | -0/+102 |
2019-03-01 | PTA.from_json: Only generate AnalyticFunction if it is set | Daniel Friesel | -2/+3 |
2019-02-22 | add ptalog to dfa benchmark generation | Daniel Friesel | -0/+3 |
2019-02-21 | update from_json / to_json | Daniel Friesel | -2/+3 |
2019-02-21 | add support for accepting states | Daniel Friesel | -1/+8 |
2019-02-21 | dfs: always return tuples | Daniel Friesel | -2/+2 |
2019-02-21 | PTA trace: Return transition objects, not just names | Daniel Friesel | -7/+11 |
2019-02-21 | PTA: Add argument support in trace generation | Daniel Friesel | -11/+29 |
2019-02-21 | support legacy argument / benchmark test value definitions | Daniel Friesel | -3/+10 |
2019-02-21 | PTA: Add loader for legacy (dfatool.pl) JSON format | Daniel Friesel | -0/+34 |
2019-02-21 | automata: .states -> .state (it's a dict) | Daniel Friesel | -10/+10 |
2019-02-21 | automata: Add support for benchmark arguments in DFS | Daniel Friesel | -10/+26 |
2019-02-20 | automata.py: Add documentation | Daniel Friesel | -4/+119 |
2019-02-19 | automata: Add type annotations | Daniel Friesel | -77/+80 |
2019-02-18 | automata: Fix dfs | Daniel Friesel | -4/+4 |
2019-02-14 | do not print paramstats warning during crossvalidation | Daniel Friesel | -10/+20 |
2019-02-14 | improved cross-validation in analyze-archive; fallback for param_lut_model | Daniel Friesel | -8/+23 |
2019-02-13 | add generic monte carlo cross validation | Daniel Friesel | -23/+138 |
2019-02-11 | protocol_benchmarks: Fix ManualJSON list of strings codegen | Daniel Friesel | -1/+1 |
2019-02-11 | derp | Daniel Friesel | -1/+1 |
2019-02-11 | cleanup, doku | Daniel Friesel | -4/+38 |
2019-02-11 | add int value length (does int fit into 1/2/4 bytes?) | Daniel Friesel | -1/+17 |
2019-02-08 | update documentation | Daniel Friesel | -63/+92 |
2019-02-08 | Convert PTAModel to EnergyModel signature | Daniel Friesel | -94/+46 |
2019-02-07 | AnalyticModel: Calculate by_param from by_name | Daniel Friesel | -2/+23 |
2019-02-07 | WiP | Daniel Friesel | -5/+14 |
2019-02-07 | AnalyticModel Doku | Daniel Friesel | -3/+56 |
2019-02-07 | add generic AnalyticModel (just the basics without special cases) | Daniel Friesel | -2/+120 |
2019-02-07 | Rename EnergyModel to PTAModel | Daniel Friesel | -9/+64 |
2019-02-07 | Use ParallelParamFit class for parallel fitting | Daniel Friesel | -17/+39 |
2019-02-07 | function_powerset: add default for num_args | Daniel Friesel | -1/+1 |
2019-02-07 | _try_fits: Do not throw error when encountering insufficient data for fitting | Daniel Friesel | -0/+8 |
2019-02-06 | protocol benchmarks: Accessors for serialized data size availability | Daniel Friesel | -0/+32 |
2019-02-06 | Turn Benchmark class into a context manager | Daniel Friesel | -30/+52 |
2019-02-05 | move flatten to utils | Daniel Friesel | -8/+9 |
2019-02-05 | add ipython prelude for energy modeling | Daniel Friesel | -0/+13 |