Exemplo n.º 1
0
 def ProcessCommandLineArgs(cls, parser, args):
     ct_benchmarks_util.ValidateCommandLineArgs(parser, args)
     cls.additional_histograms = []
     if args.additional_histograms is not None:
         cls.additional_histograms = args.additional_histograms.split(',')
     cls.enable_limited_cpu_time_metric = args.verbose_cpu_metrics
     cls.enable_memory_metric = args.verbose_memory_metrics
Exemplo n.º 2
0
 def ProcessCommandLineArgs(cls, parser, args):
     ct_benchmarks_util.ValidateCommandLineArgs(parser, args)
Exemplo n.º 3
0
 def ProcessCommandLineArgs(cls, parser, args):
     _GenericTraceBenchmark.ProcessCommandLineArgs(parser, args)
     ct_benchmarks_util.ValidateCommandLineArgs(parser, args)
Exemplo n.º 4
0
 def ProcessCommandLineArgs(cls, parser, args):
     ct_benchmarks_util.ValidateCommandLineArgs(parser, args)
     if not args.png_outdir:
         parser.error('Please specify --png-outdir')