Home
last modified time | relevance | path

Searched refs:benchmarks (Results 1 – 25 of 62) sorted by relevance

123

/aosp12/frameworks/base/startop/apps/test/src/
H A DSystemServerBenchmarks.java65 benchmarks.addBenchmark("getInstalledPackages", () -> { in initializeBenchmarks()
69 benchmarks.addBenchmark("getPackageInfo", () -> { in initializeBenchmarks()
77 benchmarks.addBenchmark("getApplicationInfo", () -> { in initializeBenchmarks()
103 benchmarks.addBenchmark("getActivityInfo", () -> { in initializeBenchmarks()
115 benchmarks.addBenchmark("getPackageUid", () -> { in initializeBenchmarks()
123 benchmarks.addBenchmark("checkPermission", () -> { in initializeBenchmarks()
128 benchmarks.addBenchmark("checkSignatures", () -> { in initializeBenchmarks()
138 benchmarks.addBenchmark("hasSystemFeature", () -> { in initializeBenchmarks()
142 benchmarks.addBenchmark("resolveService", () -> { in initializeBenchmarks()
185 benchmarks.addBenchmark("isUserUnlocked", () -> { in initializeBenchmarks()
[all …]
H A DInitCheckOverheadBenchmarks.java105 static void initializeBenchmarks(Activity parent, BenchmarkRunner benchmarks) { in initializeBenchmarks() argument
106 benchmarks.addBenchmark("GC", () -> { in initializeBenchmarks()
110 benchmarks.addBenchmark("InitCheckFor (local)", () -> { in initializeBenchmarks()
114 benchmarks.addBenchmark("InitCheckFor (non-local)", () -> { in initializeBenchmarks()
118 benchmarks.addBenchmark("InitCheckForTwo (local)", () -> { in initializeBenchmarks()
122 benchmarks.addBenchmark("InitCheckForTwo (non-local)", () -> { in initializeBenchmarks()
126 benchmarks.addBenchmark("InitCheckDoWhile (local)", () -> { in initializeBenchmarks()
130 benchmarks.addBenchmark("InitCheckDoWhile (non-local)", () -> { in initializeBenchmarks()
H A DCPUIntensiveBenchmarks.java72 static void initializeBenchmarks(Activity parent, BenchmarkRunner benchmarks) { in initializeBenchmarks() argument
73 benchmarks.addBenchmark("Use 1 thread", () -> { in initializeBenchmarks()
76 benchmarks.addBenchmark("Use 2 threads", () -> { in initializeBenchmarks()
79 benchmarks.addBenchmark("Use 4 threads", () -> { in initializeBenchmarks()
82 benchmarks.addBenchmark("Use 8 threads", () -> { in initializeBenchmarks()
85 benchmarks.addBenchmark("Use 16 threads", () -> { in initializeBenchmarks()
H A DApplicationBenchmarks.java24 public static final void initializeBenchmarks(Activity parent, BenchmarkRunner benchmarks) { in initializeBenchmarks() argument
27 benchmarks.addBenchmark("Complex Layout", () -> { in initializeBenchmarks()
31 benchmarks.addBenchmark("TextView List Layout", () -> { in initializeBenchmarks()
35 benchmarks.addBenchmark("FrameLayout List Layout", () -> { in initializeBenchmarks()
/aosp12/bionic/benchmarks/
H A DREADME.md5 ## libc benchmarks (bionic-benchmarks)
11 ### Device benchmarks
13 $ mmma bionic/benchmarks
16 $ adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks
17 $ adb shell /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks
19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass
22 ### Host benchmarks
38 However, for the host bionic benchmarks (`bionic-benchmarks-glibc`), the default is to use
88 m bionic-spawn-benchmarks
91 adb shell /data/benchmarktest/bionic-spawn-benchmarks/bionic-spawn-benchmarks
[all …]
H A DAndroid.bp34 name: "bionic-benchmarks-defaults",
83 name: "bionic-benchmarks-extras-defaults",
93 // adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks
94 // adb shell /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks
96 name: "bionic-benchmarks",
97 defaults: ["bionic-benchmarks-defaults"],
110 name: "bionic-benchmarks-static",
111 defaults: ["bionic-benchmarks-defaults"],
124 name: "bionic-benchmarks-glibc",
125 defaults: ["bionic-benchmarks-defaults"],
[all …]
H A Drun-on-host.sh6 m -j bionic-benchmarks-glibc
11 ${HOST_OUT}/benchmarktest64/bionic-benchmarks-glibc/bionic-benchmarks-glibc "$@"
21 prepare $1 bionic-benchmarks
28 ${BENCHMARKS}/bionic-benchmarks/bionic-benchmarks "$@"
/aosp12/bionic/docs/
H A Dnative_allocator.md140 benchmarks. These benchmarks can be built using this command:
142 mmma -j bionic/benchmarks
181 …adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks --benchmark_filter=malloc_free_d…
186 …adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks --benchmark_filter=malloc_free_d…
245 a switch. The trace benchmarks are more important than these benchmarks
265 …adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks --benchmark_filter=malloc_sql_tr…
275 … adb shell /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks --benchmark_filter=BM_mallinfo
276 adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks --benchmark_filter=BM_mallinfo
288 …adb shell /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks --benchmark_filter=BM_mallopt_…
289 …adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks --benchmark_filter=BM_mallopt_pu…
[all …]
H A Dlibc_assembler.md10 * Rerun the benchmarks using the updated image that uses the code for
22 …/data/benchmarktest64/bionic-benchmarks/bionic-benchmarks --bionic_xml=string.xml --benchmark_filt…
26 …/data/benchmarktest/bionic-benchmarks/bionic-benchmarks --bionic_xml=string.xml --benchmark_filter…
30 …/data/benchmarktest/bionic-benchmarks/bionic-benchmarks --bionic_cpu=2 --bionic_xml=string.xml --b…
33 The bionic benchmarks are used to verify the performance of changes to
41 mmma -j bionic/benchmarks
46 There are two bionic benchmarks executables:
48 /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks
52 /data/benchmarktest/bionic-benchmarks/bionic-benchmarks
60 bionic-benchmarks --bionic_xml=string.xml --benchmark_filter=memcmp
[all …]
/aosp12/system/bt/test/
H A Drun_benchmarks.sh32 benchmarks=()
62 benchmarks+=( "${known_benchmarks[@]}" )
70 benchmarks+=( "$1" )
77 benchmarks+=( "${known_benchmarks[@]}" )
/aosp12/system/netd/tests/benchmarks/
H A DREADME.md1 # NetD benchmarks
3 These are benchmarks for libc **connect** and **gethostbyname** functions as hooked by netd.
7 The benchmarks are powered by [google-benchmark](https://github.com/google/benchmark), which records
20 Some of the **connect** benchmarks override this by implementing their own timings, but
38 benchmarks and also somewhat proportional to the number of threads used.</td>
44 For graphing purposes, a few of the benchmarks in this directory store the 90th-percentile
/aosp12/system/logging/logcat/tests/
H A DAndroid.bp40 // Build benchmarks for the device. Run with:
41 // adb shell /data/nativetest/logcat-benchmarks/logcat-benchmarks
43 name: "logcat-benchmarks",
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkRegistry.java114 SparseArray<List<BenchmarkGroup.Benchmark>> benchmarks = new SparseArray<>(); in parseBenchmarkGroup() local
142 List<BenchmarkGroup.Benchmark> benches = benchmarks.get(category); in parseBenchmarkGroup()
145 benchmarks.append(category, benches); in parseBenchmarkGroup()
159 for (int i = 0; i < benchmarks.size(); i++) { in parseBenchmarkGroup()
160 int cat = benchmarks.keyAt(i); in parseBenchmarkGroup()
161 List<BenchmarkGroup.Benchmark> thisGroup = benchmarks.get(cat); in parseBenchmarkGroup()
H A DBenchmarkGroup.java99 String description, Benchmark[] benchmarks, Intent intent) { in BenchmarkGroup() argument
102 mBenchmarks = benchmarks; in BenchmarkGroup()
/aosp12/system/unwinding/libunwindstack/
H A DAndroid.bp476 "benchmarks/ElfBenchmark.cpp",
477 "benchmarks/MapsBenchmark.cpp",
478 "benchmarks/SymbolBenchmark.cpp",
479 "benchmarks/Utils.cpp",
480 "benchmarks/local_unwind_benchmarks.cpp",
481 "benchmarks/main.cpp",
482 "benchmarks/remote_unwind_benchmarks.cpp",
483 "benchmarks/thread_unwind_benchmarks.cpp",
487 "benchmarks/files/*",
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dperformance.md9 Additionally, you may refer to the following third-party benchmarks.
11 ## Third-party benchmarks
13 * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/j…
/aosp12/frameworks/av/media/tests/benchmark/
H A DREADME.md54 The test extracts elementary stream and benchmarks the extractors available in NDK.
62 The test decodes input stream and benchmarks the decoders available in NDK.
70 The test muxes elementary stream and benchmarks the muxers available in NDK.
78 The test encodes input stream and benchmarks the encoders available in NDK.
134 The test extracts elementary stream and benchmarks the extractors available in SDK and NDK.
141 The test decodes input stream and benchmarks the decoders available in SDK and NDK.
148 The test muxes elementary stream and benchmarks different writers available in SDK and NDK.
155 The test encodes input stream and benchmarks the encoders available in SDK and NDK.
183 The test decodes input stream and benchmarks the codec2 decoders available in device.
190 The test encodes input stream and benchmarks the codec2 encoders available in device.
/aosp12/system/logging/liblog/tests/
H A DAndroid.bp21 // Build benchmarks for the device. Run with:
22 // adb shell liblog-benchmarks
31 name: "liblog-benchmarks",
/aosp12/bionic/tools/
H A Dupdate_notice.sh5 python3 ./libc/tools/generate_notice.py benchmarks > benchmarks/NOTICE
/aosp12/frameworks/base/core/tests/benchmarks/
H A DREADME2 These benchmarks use the Caliper benchmark framework, and can be
23 # Sometimes your benchmarks might time out, if so increase the timeout:
H A DAndroid.bp16 // build framework base core benchmarks
29 name: "frameworks-base-core-benchmarks",
/aosp12/frameworks/native/cmds/flatland/
H A DMain.cpp56 static const BenchmarkDesc benchmarks[] = { variable
696 for (size_t i = 0; i < NELEMS(benchmarks); i++) { in runTests()
697 const BenchmarkDesc& b = benchmarks[i]; in runTests()
710 for (size_t i = 0; i < NELEMS(benchmarks); i++) { in maxBenchmarkNameLen()
711 const BenchmarkDesc& b = benchmarks[i]; in maxBenchmarkNameLen()
/aosp12/frameworks/base/tests/benchmarks/
H A DAndroid.bp15 // build framework base core benchmarks
28 name: "networkStatsFactory-benchmarks",
/aosp12/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
H A DApplicationsLatency.java17 package com.android.quicksearchbox.benchmarks;
H A DContactsLatency.java17 package com.android.quicksearchbox.benchmarks;

123