예제 #1
0
 def AddBenchmarkCommandLineArgs(cls, parser):
     super(LoadingClusterTelemetry, cls).AddBenchmarkCommandLineArgs(parser)
     ct_benchmarks_util.AddBenchmarkCommandLineArgs(parser)
     parser.add_option(
         '--wait-time',
         action='store',
         type='int',
         default=60,
         help='Number of seconds to wait for after navigation.')
     parser.add_option(
         '--traffic-setting',
         choices=cls._ALL_NET_CONFIGS,
         default=traffic_setting.REGULAR_4G,
         help=
         'Traffic condition (string). Default to "%%default". Can be: %s' %
         ', '.join(cls._ALL_NET_CONFIGS))
예제 #2
0
 def AddBenchmarkCommandLineArgs(cls, parser):
   _Repaint.AddBenchmarkCommandLineArgs(parser)
   ct_benchmarks_util.AddBenchmarkCommandLineArgs(parser)
 def AddBenchmarkCommandLineArgs(cls, parser):
   _RasterizeAndRecordMicro.AddBenchmarkCommandLineArgs(parser)
   ct_benchmarks_util.AddBenchmarkCommandLineArgs(parser)
예제 #4
0
 def AddBenchmarkCommandLineArgs(cls, parser):
     ct_benchmarks_util.AddBenchmarkCommandLineArgs(parser)
     parser.add_option('-s',
                       '--skp-outdir',
                       default=None,
                       help='Output directory for the SKP files')