Lines Matching refs:to
8 on top of [Google Benchmark](https://github.com/google/benchmark) with some additions to organize
20 `--benchmark_filter=getpid` to run just the benchmarks with "getpid" in their name.
34 the file will be found as relative to the current directory. If the option specifies the full path
35 to an XML file such as `/data/nativetest/suites/example.xml`, it will be used as-is.
37 If no XML file is specified through the command-line option, the default is to use `suites/full.xml…
38 However, for the host bionic benchmarks (`bionic-benchmarks-glibc`), the default is to use
85 The `spawn/` subdirectory has a few benchmarks measuring the time used to start simple programs
96 spent in the spawned process. The real-time is probably more useful, and it is the figure used to
99 Locking the CPU frequency seems to improve the results of these benchmarks significantly, and it
106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and
108 times to determine a sufficiently-large iteration count.
140 To get consistent results between runs, it can sometimes be helpful to restrict a benchmark to
141 specific cores, or to lock cores at specific frequencies. Some phones have a big.LITTLE core setup,
142 or at least allow some cores to run at higher frequencies than others.
162 to pass to `sched_setaffinity`:
179 Changing the scaling governor to `performance` suppresses the warning that Google Benchmark
185 benchmarks appear to be using the script. For more information:
187 * run `m perf-setup.sh` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`