From 24e73890613bd905487847891379e0ecb32c7434 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Tue, 26 Apr 2011 02:30:27 -0400 Subject: allow overriding the cycles per usec param --- oplot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oplot.py b/oplot.py index 0212376..2945b63 100755 --- a/oplot.py +++ b/oplot.py @@ -56,6 +56,9 @@ options = [ o(None, '--ylog', action='store_true', dest='ylog', help='use logarithmic y-axis'), + o(None, '--cycles', action='store', dest='cycles', type='int', + help='how many cycles per usec'), + ] defaults = { -- cgit v1.2.2