Searched refs:benchmark (Results 1 – 4 of 4) sorted by relevance
1 diff --git a/benchmark/Android.mk b/benchmark/Android.mk5 +++ b/benchmark/Android.mk18 +LOCAL_SRC_FILES := benchmark.cpp \60 diff --git a/benchmark/NOTICE b/benchmark/NOTICE64 +++ b/benchmark/NOTICE256 diff --git a/benchmark/benchmark.cpp b/benchmark/benchmark.cpp260 +++ b/benchmark/benchmark.cpp393 diff --git a/benchmark/feature_mos/doc/Readme.txt b/benchmark/feature_mos/doc/Readme.txt397 +++ b/benchmark/feature_mos/doc/Readme.txt402 diff --git a/benchmark/feature_mos/doc/feature_mos_API_doxyfile b/benchmark/feature_mos/doc/feature…[all …]
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 …]
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
163 def get_current_profile(benchmark): argument164 profile = benchmark.profdata_file()176 if args.benchmark == 'ALL':179 worklist = [args.benchmark]192 benchmark = BenchmarkFactory(benchmark_name)195 current_profile = get_current_profile(benchmark)201 extract_profiles(args.build, benchmark.apct_test_tag(), build_client,214 profdata = benchmark.profdata_file(args.profdata_suffix)215 benchmark.merge_profraws(extract_subdirs[0], profdata)