Revision 66ecc479 scripts/gnt-debug

b/scripts/gnt-debug
90 90
    t1 = time.time()
91 91
    ToStdout("Submitting...")
92 92

  
93
  jex.SubmitPending()
93
  jex.SubmitPending(each=opts.each)
94 94

  
95 95
  if opts.timing_stats:
96 96
    t2 = time.time()
......
174 174
                help="Repeat the job this number of times"),
175 175
     cli_option("--timing-stats", default=False,
176 176
                action="store_true", help="Show timing stats"),
177
     cli_option("--each", default=False, action="store_true",
178
                help="Submit each job separately"),
177 179
     ],
178 180
    "<op_list_file...>", "Submits jobs built from json files"
179 181
    " containing a list of serialized opcodes"),

Also available in: Unified diff