Home
last modified time | relevance | path

Searched full:benchmarking (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/libyuv/unit_test/
H A Dunit_test.h143 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking.
144 int benchmark_width_; // Default 1280. Use 640 for benchmarking VGA.
145 int benchmark_height_; // Default 720. Use 360 for benchmarking VGA.
147 int disable_cpu_flags_; // Default 1. Use -1 for benchmarking.
155 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking.
156 int benchmark_width_; // Default 1280. Use 640 for benchmarking VGA.
157 int benchmark_height_; // Default 720. Use 360 for benchmarking VGA.
159 int disable_cpu_flags_; // Default 1. Use -1 for benchmarking.
167 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking.
168 int benchmark_width_; // Default 1280. Use 640 for benchmarking VGA.
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
H A DBENCHMARKS5 Benchmarking 'bench/apiviewer.js'... (953.2 KiB)
11 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
17 Benchmarking 'bench/DateTimeShortcuts.js'... (18.3 KiB)
23 Benchmarking 'bench/jquery-1.7.1.js'... (242.4 KiB)
29 Benchmarking 'bench/knockout-2.0.0.js'... (38.9 KiB)
35 Benchmarking 'bench/markermanager.js'... (28.6 KiB)
46 Benchmarking 'bench/apiviewer.js'... (953.2 KiB)
52 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
58 Benchmarking 'bench/DateTimeShortcuts.js'... (18.3 KiB)
64 Benchmarking 'bench/jquery-1.7.1.js'... (242.4 KiB)
[all …]
/aosp_15_r20/external/executorch/extension/benchmark/
H A DREADME.md1 # Benchmarking Infrastructure (Experimental)
3 The ExecuTorch project introduces an advanced benchmarking infrastructure designed to measure the p…
40 The benchmarking infrastructure currently supports two major use-cases:
42 - **On-Demand Model Benchmarking:** Users can trigger benchmarking requests via GitHub Actions work…
44 - **Automated Nightly Batched Benchmarking:** The infrastructure performs automated nightly benchma…
49 ![Benchmarking Infrastructure](../../docs/source/_static/img/benchmark-infra.png)
52 ## Scheduling On-Demand Benchmarking
54 …ule a benchmarking workflow on a pull request through GitHub Actions using the workflow dispatch U…
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dbenchmarking.py12 logger = torch._logging.getArtifactLogger(__name__, "benchmarking")
30 # no-op if benchmarking-specific logging is disabled
31 if not torch._logging._internal.log_state.is_artifact_enabled("benchmarking"):
39 "Call `benchmarking.%s.%s(*args=%r, **kwargs=%r)` took %f milliseconds.",
56 `counters["inductor"]["benchmarking.Foo.bar] += 1`
64 "benchmarking." + self.__class__.__name__ + "." + fn.__name__
85 actual runtime calculation is dictated by the benchmarking implementation, but may be
98 - **kwargs: The benchmarking implementation's kwargs.
120 # TODO(nmacchioni): For non-CPU functions we default to using the GPU-specific benchmarking
138 before benchmarking starts.
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
H A DBENCHMARKS5 Benchmarking 'bench/wikipedia.css'... (81.0 KiB)
10 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB)
20 Benchmarking 'bench/wikipedia.css'... (81.0 KiB)
25 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB)
35 Benchmarking 'bench/wikipedia.css'... (81.0 KiB)
40 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB)
50 Benchmarking 'bench/wikipedia.css'... (81.0 KiB)
55 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB)
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs237 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
269 if ($mask & benchmarking) == benchmarking { in ip_properties()
282 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
300 // make sure benchmarking addresses are not global in ip_properties()
301 check!("198.18.0.0", benchmarking); in ip_properties()
302 check!("198.18.54.2", benchmarking); in ip_properties()
303 check!("198.19.255.255", benchmarking); in ip_properties()
334 check!("2001:2::ac32:23ff:21", benchmarking); in ip_properties()
360 let benchmarking: u16 = 1 << 8; in ipv4_properties() localVariable
412 if ($mask & benchmarking) == benchmarking { in ipv4_properties()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs237 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
269 if ($mask & benchmarking) == benchmarking { in ip_properties()
282 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
300 // make sure benchmarking addresses are not global in ip_properties()
301 check!("198.18.0.0", benchmarking); in ip_properties()
302 check!("198.18.54.2", benchmarking); in ip_properties()
303 check!("198.19.255.255", benchmarking); in ip_properties()
334 check!("2001:2::ac32:23ff:21", benchmarking); in ip_properties()
360 let benchmarking: u16 = 1 << 8; in ipv4_properties() localVariable
412 if ($mask & benchmarking) == benchmarking { in ipv4_properties()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs237 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
269 if ($mask & benchmarking) == benchmarking { in ip_properties()
282 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
300 // make sure benchmarking addresses are not global in ip_properties()
301 check!("198.18.0.0", benchmarking); in ip_properties()
302 check!("198.18.54.2", benchmarking); in ip_properties()
303 check!("198.19.255.255", benchmarking); in ip_properties()
334 check!("2001:2::ac32:23ff:21", benchmarking); in ip_properties()
360 let benchmarking: u16 = 1 << 8; in ipv4_properties() localVariable
412 if ($mask & benchmarking) == benchmarking { in ipv4_properties()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs237 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
269 if ($mask & benchmarking) == benchmarking { in ip_properties()
282 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
300 // make sure benchmarking addresses are not global in ip_properties()
301 check!("198.18.0.0", benchmarking); in ip_properties()
302 check!("198.18.54.2", benchmarking); in ip_properties()
303 check!("198.19.255.255", benchmarking); in ip_properties()
334 check!("2001:2::ac32:23ff:21", benchmarking); in ip_properties()
360 let benchmarking: u16 = 1 << 8; in ipv4_properties() localVariable
412 if ($mask & benchmarking) == benchmarking { in ipv4_properties()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/net/
H A Dip_addr.rs237 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
269 if ($mask & benchmarking) == benchmarking { in ip_properties()
282 let benchmarking: u8 = 1 << 5; in ip_properties() localVariable
300 // make sure benchmarking addresses are not global in ip_properties()
301 check!("198.18.0.0", benchmarking); in ip_properties()
302 check!("198.18.54.2", benchmarking); in ip_properties()
303 check!("198.19.255.255", benchmarking); in ip_properties()
334 check!("2001:2::ac32:23ff:21", benchmarking); in ip_properties()
360 let benchmarking: u16 = 1 << 8; in ipv4_properties() localVariable
412 if ($mask & benchmarking) == benchmarking { in ipv4_properties()
[all …]
/aosp_15_r20/external/armnn/delegate/
H A DBuildGuideNative.md10 …- [Execute the benchmarking tool with the Arm NN TF Lite Delegate](#execute-the-benchmarking-tool-…
37 Binary builds of the benchmarking tool for various platforms are available [here](https://www.tenso…
40 mkdir $BASEDIR/benchmarking
41 cd $BASEDIR/benchmarking
42 # Get the benchmarking binary.
50 ### Execute the benchmarking tool with the Arm NN TF Lite Delegate
51 You are already at $BASEDIR/benchmarking from the previous stage.
/aosp_15_r20/external/protobuf/kokoro/linux/benchmark/
H A Drun.sh11 # TODO(jtattermusch): Add back support for benchmarking with tcmalloc for C++ and python.
40 echo "benchmarking pure python..."
43 echo "benchmarking python cpp reflection..."
46 echo "benchmarking python cpp generated code..."
65 echo "benchmarking cpp..."
77 echo "benchmarking java..."
83 # echo "benchmarking js..."
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/benchmark/
H A Drun.sh11 # TODO(jtattermusch): Add back support for benchmarking with tcmalloc for C++ and python.
40 echo "benchmarking pure python..."
43 echo "benchmarking python cpp reflection..."
46 echo "benchmarking python cpp generated code..."
65 echo "benchmarking cpp..."
77 echo "benchmarking java..."
83 # echo "benchmarking js..."
/aosp_15_r20/external/tensorflow/tensorflow/python/data/benchmarks/
H A Dbenchmark_base.py15 """Test utilities for tf.data benchmarking functionality."""
53 "Eager mode benchmarking is not supported in graph mode.")
83 for the session. Applicable only for benchmarking in graph mode.
97 "Graph mode benchmarking is not supported in eager mode.")
126 for the session. Applicable only for benchmarking in graph mode.
161 for the session. Applicable only for benchmarking in graph mode.
170 # they are not overwritten while benchmarking.
225 for the session. Applicable only for benchmarking in graph mode.
/aosp_15_r20/external/zstd/
H A DCONTRIBUTING.md196 something subtle merged is extensive benchmarking. You will be doing us a great favor if you
200 you can:) We've added some things to think about when benchmarking below in the Benchmarking
207 ## Benchmarking Performance
214 benchmarking machine. A virtual machine, a machine with shared resources, or your laptop
218 Of course, benchmarking can be done on non-hyper-stable machines as well. You will just have to
266 Also check our LLVM's guide on benchmarking here: https://llvm.org/docs/Benchmarking.html
271 and then additionally also specify the `-b#` option. Doing this will run our benchmarking pipeline
273 benchmarking script works, you can check out programs/benchzstd.c
329 4. Run your benchmarking script from your terminal window
337 5. Once you run your benchmarking script, switch back over to instruments and attach your
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dtagmanager_v2.accounts.html127benchmarking by sharing your data in an anonymous form. Google will remove all identifiable inform…
153benchmarking by sharing your data in an anonymous form. Google will remove all identifiable inform…
189benchmarking by sharing your data in an anonymous form. Google will remove all identifiable inform…
207benchmarking by sharing your data in an anonymous form. Google will remove all identifiable inform…
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBenchmarkResultParser.java33 * Interprets the output of tests run with Criterion benchmarking framework and translates it into
39 * Benchmarking Fibonacci/Recursive
40 * Benchmarking Fibonacci/Recursive: Warming up for 3.0000 s
41 * Benchmarking Fibonacci/Recursive: Collecting 100 samples in estimated 5.0785 s (278k iterations)
42 * Benchmarking Fibonacci/Recursive: Analyzing
79 /** Line example: 'Benchmarking Fibonacci/Recursive' */
80 static final Pattern CRITERION_START_PATTERN = Pattern.compile("Benchmarking ([^\\s]*)");
/aosp_15_r20/external/pytorch/docs/source/notes/
H A Drandomness.rst71 CUDA convolution benchmarking
76 benchmarking them to find the fastest one. Then, the fastest algorithm will be used
78 Due to benchmarking noise and different hardware, the benchmark may select different
81 Disabling the benchmarking feature with :code:`torch.backends.cudnn.benchmark = False`
86 then performance might improve if the benchmarking feature is enabled with
134 While disabling CUDA convolution benchmarking (discussed above) ensures that
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/docs/
H A Dreducing_variance.md15 your system while benchmarking.
87 `/sys` file system (see the LLVM project's [Benchmarking
88 tips](https://llvm.org/docs/Benchmarking.html)).
97 1. The LLVM project's [Benchmarking
98 tips](https://llvm.org/docs/Benchmarking.html).
/aosp_15_r20/external/google-benchmark/docs/
H A Dreducing_variance.md15 your system while benchmarking.
85 `/sys` file system (see the LLVM project's [Benchmarking
86 tips](https://llvm.org/docs/Benchmarking.html)).
95 1. The LLVM project's [Benchmarking
96 tips](https://llvm.org/docs/Benchmarking.html).
/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/public/pw_allocator/benchmarks/
H A Dbenchmark.h30 /// Base class for benchmarking block allocators.
32 /// This class extends the test harness to sample data relevant to benchmarking
69 /// Finishes benchmarking an allocator request.
93 /// test harness used for benchmarking block allocators.
95 /// This class records measurements aggregated from benchmarking samples of a
/aosp_15_r20/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java64 Log.d(TAG, String.format("NN API Benchmarking job %d/%d started", getNumRuns(), NUM_RUNS)); in onStartJob()
73 Log.d(TAG, String.format("NN API Benchmarking job %d/%d stopped", getNumRuns(), NUM_RUNS)); in onStopJob()
93 "Benchmarking done! please upload a bug report via BetterBug under" in onBenchmarkFinish()
110 Log.d(TAG, "NN API Benchmarking job finished"); in onBenchmarkFinish()
135 .setContentText("NN API Benchmarking Job") in showNotification()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dconfiguration.proto21 // in benchmarking tools and to decouple delegate instantiation from code.
516 // Which stage of benchmarking the event is for.
524 // Benchmarking completion. A model was successfully loaded, acceleration
591 // An error that occurred during benchmarking.
595 // How far benchmarking got.
607 // Top-level benchmarking event stored on-device. All events for a model are
610 // Which settings were used for benchmarking.
659 // Event generated while benchmarking the different settings to test locally.
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/
H A DREADME.md15 benchmarking system.
172 } else { // Benchmarking detection.
191 /** Wall time for each benchmarking experiment. */
193 /** Maximum number of iterations in each benchmarking experiment. */
210 green, signaling that the experiment is running. The benchmarking results will
219 Note: the benchmarking results can be quite different depending on the
/aosp_15_r20/external/ComputeLibrary/docs/
H A DComputeLibrary.dir246 * @brief Main entry point for the tests. Currently shared between validation and benchmarking.
258 * @brief Sources for benchmarking.
262 * @brief OpenCL benchmarking tests.
266 * @brief Arm® Neon™ benchmarking tests.
270 * @brief Sources needed to wrap examples to run through our benchmarking framework.

12345678910>>...37