aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* MC2 supportHEADmc2-supportmasterNamhoon Kim2017-04-03
* Improved flexibility of plot_exps.py script.Jonathan Herman2013-05-03
* Added --collapse option to parse_exps.py for creating simpler graphs.Jonathan Herman2013-05-02
* Modified sched.py field padding calculations to account for bitfields.Jonathan Herman2013-05-02
* Added --crontab option to run_exps.pyJonathan Herman2013-05-01
* Cleaned up run_exps.py parameters.Jonathan Herman2013-04-30
* Minor bug fixes for tuple_table/col_map.Jonathan Herman2013-04-29
* Added run_exps.py option to --retry failed experiments.Jonathan Herman2013-04-29
* Improved accuracy of sched_trace measurement parsing.Jonathan Herman2013-04-23
* Improved robustness of run_exps.py execution.Jonathan Herman2013-04-22
* Scripts read directories created by other scripts if no arguments.Jonathan Herman2013-04-21
* Made default generator behavior more intuitive.Jonathan Herman2013-04-19
* Switched sched_trace data to verbose ctypes structs.Jonathan Herman2013-04-18
* Merge branch 'master' of github.com:hermanjl/experiment-scriptsBryan Ward2013-04-17
|\
| * Fixed calculation of tardiness.Jonathan Herman2013-04-17
| * Cleaned up sched_trace output and code.Jonathan Herman2013-04-17
* | which -> thatBryan Ward2013-04-17
|/
* Updated readme to reflect new multiprocessing options.Jonathan Herman2013-04-12
* Formatting error in readme.Jonathan Herman2013-04-12
* Improved error handling in parse_ and plot_exps.py.Jonathan Herman2013-04-12
* Improved error handling in run_exps.py.Jonathan Herman2013-04-12
* Added option to send email when experiments complete.Jonathan Herman2013-04-10
* run_exps will run any command whose last argument is the duration.Jonathan Herman2013-04-10
* Updated README.md to reflect recent changes.Jonathan Herman2013-04-08
* Create generator map in gen/__init__.py.Jonathan Herman2013-04-08
* Replaced num_tasks with tasks for consistency.Jonathan Herman2013-04-08
* Added parameter file options for tracers and pre/post experiment commands.Jonathan Herman2013-04-08
* Added -j option to send jabber update messages.Jonathan Herman2013-04-08
* Removed poorly cherry-picked code.Jonathan Herman2013-04-02
* Minor bug fixes from end-to-end testing.Jonathan Herman2013-04-02
* Added option to ignore environment issues and rewrote part of the generation ...Jonathan Herman2013-04-02
* Formatting edits.Jonathan Herman2013-03-19
* Formatted rest of README.Jonathan Herman2013-03-19
* Formatted first half of README.Jonathan Herman2013-03-19
* Moved README to README.md.Jonathan Herman2013-03-19
* Added README.Jonathan Herman2013-03-19
* Allow csvs in plot_exps which don't have configurations in their name.Jonathan Herman2013-03-18
* Seperate directory output in plot_exps.py.Jonathan Herman2013-03-18
* Allow users to specify required kernel configuration options.Jonathan Herman2013-03-18
* Remove unused 'clean' option.Jonathan Herman2013-03-18
* Use smarter defaults which can handle data from Bjorns scripts.Jonathan Herman2013-03-18
* Made trace-cmd support optional.Jonathan Herman2013-03-18
* Automatically merge experiments with the trial parameter.Jonathan Herman2013-03-18
* Saved trial number in experiment parameters.Jonathan Herman2013-03-07
* Moved num_tasks option into base Generator class.Jonathan Herman2013-03-07
* Seperated BaseGenerator into EdfGenerator and its superclass Generator.Jonathan Herman2013-03-07
* Seperated BaseGenerator into EdfGenerator and its superclass Generator.Jonathan Herman2013-03-07
* Added num-trials option to gen_exps.pyJonathan Herman2013-03-07
* Many bugfixes motivated by some end-to-end testing.Jonathan Herman2013-02-21
* Shortened experiment log lines.Jonathan Herman2013-02-17