Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt10 If we end up with a lot of different benchmarks it may be worth
29 $ javac -d . -cp ../protobuf.jar benchmarks/*.java
34 benchmarks.GoogleSize$SizeMessage1 ../google_message1.dat
35 benchmarks.GoogleSpeed$SpeedMessage1 ../google_message1.dat
36 benchmarks.GoogleSize$SizeMessage2 ../google_message2.dat
37 benchmarks.GoogleSpeed$SpeedMessage2 ../google_message2.dat
DMakefile.am3 benchmarks.proto \
10 benchmarks.pb.cc \
11 benchmarks.pb.h \
31 generate_datasets-generate_datasets.$(OBJEXT): benchmarks.pb.h
DREADME.md8 The schema for the datasets is described in `benchmarks.proto`.
22 likely want to run several benchmarks against each data set (parse,
Dbenchmark_messages_proto3.proto5 package benchmarks.proto3;
6 option java_package = "com.google.protobuf.benchmarks";
Dbenchmarks.proto32 package benchmarks; package
33 option java_package = "com.google.protobuf.benchmarks";
Dbenchmark_messages_proto2.proto5 package benchmarks.proto2;
6 option java_package = "com.google.protobuf.benchmarks";
Dgenerate_datasets.cc35 using benchmarks::BenchmarkDataset;
Dgoogle_size.proto3 package benchmarks; package
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
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()
DBenchmarkGroup.java99 String description, Benchmark[] benchmarks, Intent intent) { in BenchmarkGroup() argument
102 mBenchmarks = benchmarks; in BenchmarkGroup()
/frameworks/base/tests/benchmarks/
DAndroid.bp15 // build framework base core benchmarks
19 name: "networkStatsFactory-benchmarks",
/frameworks/base/core/tests/benchmarks/
DREADME2 These benchmarks use the Caliper benchmark framework, and can be
23 # Sometimes your benchmarks might time out, if so increase the timeout:
DAndroid.mk22 LOCAL_MODULE := frameworks-base-core-benchmarks
/frameworks/native/cmds/flatland/
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()
/frameworks/native/libs/vr/libbufferhubqueue/
DAndroid.bp64 subdirs = ["benchmarks", "tests"]
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DRunLocalBenchmarksActivity.java80 public void setBenchmarks(ArrayList<LocalBenchmark> benchmarks) { in setBenchmarks() argument
81 mBenchmarks = benchmarks; in setBenchmarks()
/frameworks/base/libs/hwui/
DAndroid.bp126 benchmarks: ["hwui"],
389 // Phony target to build benchmarks for PGO
/frameworks/base/libs/androidfw/
DAndroid.bp182 // Actual benchmarks.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dtests.sh41 cd benchmarks && make && ./generate-datasets && cd ..
Dconfigure.ac188 AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobu…
DMakefile.am12 DIST_SUBDIRS = $(subdirs) src conformance benchmarks
39 if test -e benchmarks/Makefile; then \
41 cd benchmarks && $(MAKE) $(AM_MAKEFLAGS) clean; \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt104 - Reworking of performance benchmarks to produce reliable results, option /v2