ostafen / smart

String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4 stars 2 forks source link

Cpu stats and CSV output #83

Closed nishihatapalmer closed 1 year ago

nishihatapalmer commented 1 year ago

Adds CPU stats and output to CSV for experiments.

Output to CSV all summary stats of experiments to a CSV file named after the experiment (as old smart does), to the results folder. If CPU stats are being gathered, those are output as well.

nishihatapalmer commented 1 year ago

Also includes fixes to bram so it passes tests, which I notice you haven't merged yet in the other PR.