diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-04-26 02:30:27 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-04-26 02:30:27 -0400 |
commit | 24e73890613bd905487847891379e0ecb32c7434 (patch) | |
tree | 00fd56cd9bcaabfe13ff376173cb3586de1e98cd /oplot.py | |
parent | 7beec7bb786dbfef674ec7a3ef8836836bf3680b (diff) |
allow overriding the cycles per usec param
Diffstat (limited to 'oplot.py')
-rwxr-xr-x | oplot.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ options = [ | |||
56 | o(None, '--ylog', action='store_true', dest='ylog', | 56 | o(None, '--ylog', action='store_true', dest='ylog', |
57 | help='use logarithmic y-axis'), | 57 | help='use logarithmic y-axis'), |
58 | 58 | ||
59 | o(None, '--cycles', action='store', dest='cycles', type='int', | ||
60 | help='how many cycles per usec'), | ||
61 | |||
59 | ] | 62 | ] |
60 | 63 | ||
61 | defaults = { | 64 | defaults = { |