Home
last modified time | relevance | path

Searched refs:run (Results 1 – 23 of 23) sorted by relevance

/bionic/benchmarks/
DREADME.md20 `--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-bit
61 Note that benchmarks will run normally if extra arguments are passed in, and it will fail
80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and
110 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`
Drun-on-host.sh3 . $(dirname $0)/../build/run-on-host.sh
/bionic/docs/
Dnative_allocator.md4 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 is
12 called the svelte config, which is designed to run on memory constrained
73 made by default. The idea is that it allows application frees to run a
86 These are the tests that should be run to verify an allocator is
95 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 …]
Dlibc_assembler.md7 * Update the routine, run the bionic unit tests to verify the routine doesn't
69 It can take a long time to run these tests since it attempts to test a
100 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's
106 If you want to verify a single benchmark result, you can run a single test
113 guarantee that you only run the single benchmark, you can execute the benchmark
119 on device. If you are trying to run this using adb directly from a host
Dclang_fortify_anatomy.md11 The intent of this document is to run through the minutiae of how Clang FORTIFY
48 to provide useful run-time checks. For the purpose of this document, all
140 available at the destination, a run-time check is inserted to crash the
292 ### 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't
312 diagnose_if and assuming run-time checks are enabled):
398 - insert run-time checks for uses of functions that might be incorrect, but only
466 - Diagnoses calls to `open` with missing modes at compile-time and run-time
493 #### Compile-time or run-time error on missing arguments
[all …]
DEINTR.md30 host of signal handlers before your code even starts to run. (And, no, you
Delf-tls.md21 At run-time, TLS variables are allocated on a module-by-module basis, where a module is a shared
326 * 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 not
570 > alternative to stopping all threads and allocating storage for all threads before letting them run
732 run on the host](http://b/31559095))
Dstatus.md420 check can't be guaranteed at compile-time, a call to a run-time `_chk`
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsgx.h60 …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);
/bionic/benchmarks/linker_relocation/
DREADME.md9 To run the benchmark, build the `linker-reloc-bench` target, sync `data`, and
10 run the benchmark from `/data/benchmarktest[64]/linker-reloc-bench`.
Drun_bench_with_ninja.sh44 --multitime N Use multitime to run the benchmark N iterations
/bionic/
DREADME.md37 The dynamic linker. When you run a dynamically-linked executable, its ELF file
265 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` will
359 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 CtsBionicTestCases
387 $ ./tests/run-on-host.sh 32
388 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.
[all …]
Dandroid-changes-for-ndk-developers.md453 run time rather than at build time. This lets us use the same `libc.so` on all
/bionic/tests/
Drun-on-host.sh3 . $(dirname $0)/../build/run-on-host.sh
DAndroid.bp359 // just want to run '-Xclang -verify', which will fail if the diagnostics don't
1161 // 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
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp668 std::atomic_bool run; in TEST() local
682 std::thread malloc_thread([&thread_mask, &run, &allocs, i] { in TEST()
684 while (!run) in TEST()
696 run = true; in TEST()
/bionic/libc/malloc_hooks/
DREADME.md9 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.
/bionic/libc/kernel/
DREADME.md93 After running lunch, run this command to import the headers into the Android
106 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
Dgen_bench.py326 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md17 run as root on the device.
DREADME.md121 used with native only executables that run for a while since these processes
200 that is extra thorough and can unwind through Java frames. This will run
234 might be necessary to run:
707 Any process spawned from this shell will run with malloc debug enabled
/bionic/libc/
DSYSCALLS.TXT26 # This file is processed by a python script named gensyscalls.py, run via