summaryrefslogtreecommitdiffstats
path: root/smt_analysis/libSMT.py
Commit message (Collapse)AuthorAge
* Analysis Scripts: Cleanup computeSMTslowdown.py and libSMT.pyJoshua Bakita2021-03-09
| | | | | | | | - Don't print superfluous data - Remove some commented-out code - Print summary statistics in a format more similar to that used in the paper - Automatically strip the `_all` postfix from the paired benchmarks
* Add script for computing M_i valuesJoshua Bakita2020-10-22
Remember, M_i values are the worst-case slowdown of the average- -case execution time. Also factor out functions shared with M_ij computation code to a shared library.