summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2019-08-14analyze-timing: Add filter-param optionDaniel Friesel-0/+25
2019-08-13analyze-timing: expose use-corrcoef flagDaniel Friesel-1/+5
2019-08-12analyze timing: print dependence ratio dataDaniel Friesel-0/+4
2019-07-26harness/pta-bench: Add initial support for logging of return valuesDaniel Friesel-2/+6
2019-07-26analyze-timinG: Show plots by defaultDaniel Friesel-1/+1
2019-07-25Move trace filter from postprocessing to automata moduleDaniel Friesel-16/+4
2019-07-25analyze-timing: add function argument supportDaniel Friesel-1/+5
2019-07-24analyze-timing: remove unsupported optionsDaniel Friesel-41/+0
2019-07-24add timing analysis scriptDaniel Friesel-0/+321
2019-07-24pylintDaniel Friesel-1/+1
2019-07-22implement autogeneration and data aggregation of timing benchmarksDaniel Friesel-82/+153
2019-07-19generate-dfa-benchmark: Add trace filterDaniel Friesel-5/+29
2019-07-18generate-dfa-benchmark: roll your own loopDaniel Friesel-9/+7
2019-06-06mimosa-etv: fix usage noticeDaniel Friesel-1/+1
2019-05-22fix gradientDaniel Friesel-3/+3
2019-05-22add mimosa trace visualizer / simple analysis toolDaniel Friesel-0/+200
2019-03-27benchmark generation WiPDaniel Friesel-15/+32
2019-03-25analyze-archive: fix useless extra-parsing of getopt argsDaniel Friesel-22/+22
2019-03-13WiPDaniel Friesel-3/+3
2019-03-12generate-dfa-benchmark: Support building, flashing, and (partially) loggingDaniel Friesel-0/+29
2019-03-05generate-dfa-benchmark: support output to fileDaniel Friesel-23/+32
2019-03-05working benchmark generationDaniel Friesel-6/+32
2019-03-05DFA benchmarks: Add missing boilerplate codeDaniel Friesel-0/+13
2019-03-05read instance name from PTA/DFA yaml fileDaniel Friesel-4/+7
2019-03-04generate PTA from YAML model, support several types of test harnessDaniel Friesel-10/+19
2019-03-01move tests to separate directoryDaniel Friesel-616/+0
2019-03-01add tests fore accepting states and get_transition_idDaniel Friesel-0/+33
2019-02-22add ptalog to dfa benchmark generationDaniel Friesel-0/+8
2019-02-21add support for accepting statesDaniel Friesel-0/+1
2019-02-21dfs: always return tuplesDaniel Friesel-4/+4
2019-02-21generate-dfa-benchmark: Add sleep statements, handle interruptsDaniel Friesel-4/+15
2019-02-21PTA trace: Return transition objects, not just namesDaniel Friesel-9/+14
2019-02-21add generate-dfa-benchmark: trace-based benchmark generationDaniel Friesel-0/+46
2019-02-21PTA: Add argument support in trace generationDaniel Friesel-0/+13
2019-02-21automata: .states -> .state (it's a dict)Daniel Friesel-5/+5
2019-02-14update tests for get_param_lut fallback parameterDaniel Friesel-1/+3
2019-02-14improved cross-validation in analyze-archive; fallback for param_lut_modelDaniel Friesel-10/+21
2019-02-13add generic monte carlo cross validationDaniel Friesel-14/+34
2019-02-11document analyze-archiveDaniel Friesel-0/+58
2019-02-08fix eval-outlier-removal to account for not-so-recent PTAModel.assess changesDaniel Friesel-4/+6
2019-02-08Convert PTAModel to EnergyModel signatureDaniel Friesel-11/+272
2019-02-07Rename EnergyModel to PTAModelDaniel Friesel-9/+9
2019-02-01move parameter influence detection to newly introduced ParamStat classDaniel Friesel-24/+24
2019-01-30mimplot: Add export featureDaniel Friesel-13/+47
2019-01-28fix mimplotDaniel Friesel-1/+1
2018-08-15Keysight -> KeysightCSVDaniel Friesel-2/+2
2018-06-29add more plotting functionsDaniel Friesel-4/+30
2018-05-07support ignored trace indexes in model assessment as wellDaniel Friesel-1/+1
2018-05-04add summary evaluation of model without transition energyDaniel Friesel-0/+6
2018-04-26Support compact PTA json with multiple origin states per transitionDaniel Friesel-7/+8