From: Ali Saidi Date: Fri, 14 Jan 2005 05:05:49 +0000 (-0500) Subject: automerged had issues with the options.XXXXX in stats.py X-Git-Tag: m5_1.0_tutorial~110^2~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e5a3df24f06b22ee1c155f3e3d3948d9140754a;p=gem5.git automerged had issues with the options.XXXXX in stats.py --HG-- extra : convert_revision : 44db6642c1fb46eb515acd5a6d8465859a40891a --- 3e5a3df24f06b22ee1c155f3e3d3948d9140754a diff --cc util/stats/stats.py index 05ee1b4d3,7c1633888..b2b0ff8ad --- a/util/stats/stats.py +++ b/util/stats/stats.py @@@ -644,12 -582,10 +648,13 @@@ if __name__ == '__main__' options.get = None options.binned = False options.graph = False + options.graph68 = False + options.ticks = False - opts, args = getopts(sys.argv[1:], '-6BEFGd:g:h:pr:s:u:') - opts, args = getopts(sys.argv[1:], '-BEFGd:g:h:pr:s:u:T:') ++ opts, args = getopts(sys.argv[1:], '-6BEFGd:g:h:pr:s:u:T:') for o,a in opts: + if o == '-6': + options.graph68 = True if o == '-B': options.binned = True if o == '-E':