aboutsummaryrefslogtreecommitdiff
path: root/run.rb
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23remove unused "arch" directive in config (now pulled from lscpu), and ↵HEADmasterPaul Duncan1-2/+2
replace "pi" with "set" directive
2019-07-23s/attr_reader/attr/Paul Duncan1-7/+6
2019-07-23add remaining documentation, refactor namespaces, add log_path support to configPaul Duncan1-244/+367
2019-07-22add Views and Parsers modules, other minor cleanupsPaul Duncan1-400/+401
2019-07-22move sub-view logic into IndexHTMLViewPaul Duncan1-28/+39
2019-07-22split SVGView into SVGDataParserPaul Duncan1-82/+90
2019-07-22move reverse from run.rb to plot.pyPaul Duncan1-2/+2
2019-07-22refactor remaining views, rename Runner to ModelPaul Duncan1-263/+178
2019-07-22add CPUInfoParser and several viewsPaul Duncan1-217/+283
2019-07-22cleanups, start refactoring parsersPaul Duncan1-77/+201
2019-07-22fix stuffPaul Duncan1-11/+5
2019-07-22cleanupPaul Duncan1-10/+71
2019-07-22refactor lots of stuff, generate index.htmlPaul Duncan1-175/+344
2019-07-21add README.md, clean up pathsPaul Duncan1-0/+695