Lines Matching refs:verbosity
48 __argparse.add_argument('-v','--verbosity',
49 type=int, default=1, help="level of verbosity (0=none to 5=debug)")
110 if FLAGS.verbosity >= 5:
139 ARGV = [FLAGS.skpbench, '--verbosity', str(FLAGS.verbosity)]
276 elif FLAGS.verbosity >= 2:
324 if FLAGS.verbosity >= 1:
336 if FLAGS.verbosity >= 4:
338 if FLAGS.verbosity >= 1:
357 echo=(FLAGS.verbosity >= 5))