aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-04-26 02:30:27 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-04-26 02:30:27 -0400
commit24e73890613bd905487847891379e0ecb32c7434 (patch)
tree00fd56cd9bcaabfe13ff376173cb3586de1e98cd
parent7beec7bb786dbfef674ec7a3ef8836836bf3680b (diff)
allow overriding the cycles per usec param
-rwxr-xr-xoplot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/oplot.py b/oplot.py
index 0212376..2945b63 100755
--- a/oplot.py
+++ b/oplot.py
@@ -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
61defaults = { 64defaults = {