Searched refs:benchmark (Results 1 – 3 of 3) sorted by relevance
163 def get_current_profile(benchmark): argument164 profile = benchmark.profdata_file()177 if args.benchmark == 'ALL':180 worklist = [args.benchmark]193 benchmark = BenchmarkFactory(benchmark_name)196 current_profile = get_current_profile(benchmark)202 extract_profiles(args.build, benchmark.apct_test_tag(), build_client,215 profdata = benchmark.profdata_file(args.profdata_suffix)216 benchmark.merge_profraws(extract_subdirs[0], profdata)
1 This is a Android Toolchain benchmark suite.4 This suite locates at toolchain/benchmark under Android repository tree.20 3. Build and run benchmark on the device using ./run.py. You can either
38 + print('Pushing binaries of Binder benchmark onto device!')171 + # Run benchmark for several times for accurancy273 + print('Pushing Hwui benchmark onto device!')397 + print('Pushing binaries of Panorama benchmark onto device!')696 + print('Pushing Skia benchmark onto device!')810 + print('Pushing binaries of Synthmark benchmark onto device!')944 + help='Select the benchmark want to be run for '1180 + help='Select the benchmark want to be run for '1229 + logging.info('Start testing benchmark on the device...')1232 + logging.error('Please select one benchmark from the list below: \n%s',[all …]