Home | History | Annotate | Download | only in android_bench_suite

Lines Matching full:benchmark

9 """Script to build the benchmark locally with toolchain settings."""
29 '-b', '--bench', required=True, help='Select the benchmark to be built.')
39 '-o', '--build_os', help='Specify the host OS to build benchmark.')
59 # CFLAGS/LDFLAGS in the android makefile of each benchmark
130 logging.info('Setting compiler options for benchmark...')
167 # Run script to build benchmark
169 logging.info('Start building benchmark...')
181 log_head = 'Log for building benchmark: %s\n' % (bench)
192 logging.info('Logs for building benchmark %s are written to %s.', bench,
194 logging.info('Benchmark built successfully!')
210 logging.error('Please select one benchmark from the list below:\n\t' +