Searched refs:run (Results 1 – 23 of 23) sorted by relevance
20 `--benchmark_filter=getpid` to run just the benchmarks with "getpid" in their name.24 See the `benchmarks/run-on-host.sh` script. The host benchmarks can be run with 32-bit or 64-bit61 Note that benchmarks will run normally if extra arguments are passed in, and it will fail80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and110 Google Benchmark can optionally run a benchmark run repeatedly and report statistics (median, mean,142 or at least allow some cores to run at higher frequencies than others.186 * run `get_build_var BOARD_PERFSETUP_SCRIPT`187 * run `m perf-setup` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`
3 . $(dirname $0)/../build/run-on-host.sh
4 A small minor upgrade might not need to run all of the benchmarks, however,8 [Performance Trace Benchmarks](#performance-trace-benchmarks) should be run.11 to run in on Android. The first is the normal allocator, the second is12 called the svelte config, which is designed to run on memory constrained73 made by default. The idea is that it allows application frees to run a86 These are the tests that should be run to verify an allocator is95 To run all of the compliance tests:101 that a native allocator will have its own set of tests that can be run.107 To run all of the tests:152 This will run the benchmark XX times and then give a mean, median, and stddev[all …]
7 * Update the routine, run the bionic unit tests to verify the routine doesn't69 It can take a long time to run these tests since it attempts to test a100 benchmarks. To avoid this, you can run the device in a cool environment,102 of issues, you can run a subset of the tests again. At the very least, it's106 If you want to verify a single benchmark result, you can run a single test113 guarantee that you only run the single benchmark, you can execute the benchmark119 on device. If you are trying to run this using adb directly from a host
11 The intent of this document is to run through the minutiae of how Clang FORTIFY48 to provide useful run-time checks. For the purpose of this document, all140 available at the destination, a run-time check is inserted to crash the292 ### How does Clang insert run-time checks?295 in instances where there is no chance of catching a bug at run-time. Otherwise,296 it introduces a tiny additional run-time cost to ensure that functions aren't312 diagnose_if and assuming run-time checks are enabled):398 - insert run-time checks for uses of functions that might be incorrect, but only466 - Diagnoses calls to `open` with missing modes at compile-time and run-time493 #### Compile-time or run-time error on missing arguments[all …]
30 host of signal handlers before your code even starts to run. (And, no, you
21 At run-time, TLS variables are allocated on a module-by-module basis, where a module is a shared326 * GCC can select the design at run-time using `-mtls-dialect=<dialect>` (`trad`-vs-`desc` on arm64,470 rather than experience memory corruption at run-time.565 > In addition the run-time support should avoid creating the thread-local storage if it is not570 > alternative to stopping all threads and allocating storage for all threads before letting them run732 run on the host](http://b/31559095))
420 check can't be guaranteed at compile-time, a call to a run-time `_chk`
60 …andler_t) (long rdi, long rsi, long rdx, long rsp, long r8, long r9, struct sgx_enclave_run * run);71 …long rdx, unsigned int function, unsigned long r8, unsigned long r9, struct sgx_enclave_run * run);
9 To run the benchmark, build the `linker-reloc-bench` target, sync `data`, and10 run the benchmark from `/data/benchmarktest[64]/linker-reloc-bench`.
44 --multitime N Use multitime to run the benchmark N iterations
37 The dynamic linker. When you run a dynamically-linked executable, its ELF file265 only purpose is to give you patterns to look for when run under strace(1).)325 libc header change), you should run `make checkbuild`. A regular `make` will359 a non-root user, so the unit tests must also pass when not run as root.360 Some tests cannot do any useful work unless run as root. In this case,372 but in cases where you really have to run CTS:375 $ adb unroot # Because real CTS doesn't run as root.378 run singleCommand cts --skip-preconditions -m CtsBionicTestCases387 $ ./tests/run-on-host.sh 32388 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.[all …]
453 run time rather than at build time. This lets us use the same `libc.so` on all
359 // just want to run '-Xclang -verify', which will fail if the diagnostics don't1161 // For now, these tests run forever, so do not use the isolation framework.1249 // Tests to run on the host and linked against glibc. Run with:1250 // cd bionic/tests; mm bionic-unit-tests-glibc-run
668 std::atomic_bool run; in TEST() local682 std::thread malloc_thread([&thread_mask, &run, &allocs, i] { in TEST()684 while (!run) in TEST()696 run = true; in TEST()
9 property, or set a special environment variable and run your app/program.101 Any process spawned from this shell will run with malloc hooks enabled.
93 After running lunch, run this command to import the headers into the Android106 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
326 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
17 run as root on the device.
121 used with native only executables that run for a while since these processes200 that is extra thorough and can unwind through Java frames. This will run234 might be necessary to run:707 Any process spawned from this shell will run with malloc debug enabled
26 # This file is processed by a python script named gensyscalls.py, run via