subunit2sql/subunit2sql/analysis
Matthew Treinish 6e9dae785f
Add --dpi flag to subunit2sql-graph
This commit adds a new flag, --dpi, to the subunit2sql-graph command.
This flag is used to specify a DPI for generated graph images.
Previously most graph commands hard coded the DPI to 900 (which is far
too high for most people) and others didn't specify one. This commit
changes that so it's user adjustable and consistent between all
commands.

Change-Id: I5c8c48bda18daff11d6069c35451d932ffe4e33b
2018-02-11 23:03:00 -05:00
..
__init__.py Add tool for generating line graphs of test run times 2015-01-06 15:38:41 -05:00
agg_count.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
dailycount.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
failures.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
graph.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
run_failure_rate.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
run_time.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
run_time_meta.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
test_run_time.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
utils.py Add start and stop date options to subunit2sql-graph 2015-04-30 10:14:10 -04:00