Home
last modified time | relevance | path

Searched refs:benchmark (Results 1 – 4 of 4) sorted by relevance

/toolchain/benchmark/
Dpanorama.diff1 diff --git a/benchmark/Android.mk b/benchmark/Android.mk
5 +++ b/benchmark/Android.mk
18 +LOCAL_SRC_FILES := benchmark.cpp \
60 diff --git a/benchmark/NOTICE b/benchmark/NOTICE
64 +++ b/benchmark/NOTICE
256 diff --git a/benchmark/benchmark.cpp b/benchmark/benchmark.cpp
260 +++ b/benchmark/benchmark.cpp
393 diff --git a/benchmark/feature_mos/doc/Readme.txt b/benchmark/feature_mos/doc/Readme.txt
397 +++ b/benchmark/feature_mos/doc/Readme.txt
402 diff --git a/benchmark/feature_mos/doc/feature_mos_API_doxyfile b/benchmark/feature_mos/doc/feature…
[all …]
Dautotest.diff38 + print('Pushing binaries of Binder benchmark onto device!')
171 + # Run benchmark for several times for accurancy
273 + 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 …]
DREADME.txt1 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
/toolchain/pgo-profiles/scripts/
Dupdate_profiles.py163 def get_current_profile(benchmark): argument
164 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)