aboutsummaryrefslogtreecommitdiffstats
path: root/gen/generator.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-05-02 15:49:11 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-05-02 15:57:36 -0400
commit38e4029048bb693525369ea7eb0e639f73844ed2 (patch)
tree9d77366ac7a5d2ae87acf54482b6cde5275eaa10 /gen/generator.py
parent6f2558b8c4f4e33630b40dfbe20024f7a372a8f0 (diff)
Added --collapse option to parse_exps.py for creating simpler graphs.
This creates csvs which have merged the lines which only differ by variables whose values are numbers (e.g. 'wss', 'number of tasks', or 'duration', but not 'scheduler'). For example, consider a csv which is tracking the change in working set sizes. There are 3 different experiment configurations per WSS, one with 12 tasks, one for 14, and another for 16. Without --collapse, a seperate csv (and line to plot in plot_exps.py) will be created for each of the 12, 14, and 16 configurations. With --collapse, a single csv (and a single line plotted by plot_exps.py) will be created which averages the values of 12, 14, and 16 tasks for each WSS. This is very useful for noticing trends or presenting overhead bar charts or other examples in papers.
Diffstat (limited to 'gen/generator.py')
0 files changed, 0 insertions, 0 deletions