Lines Matching refs:in
19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass
20 `--benchmark_filter=getpid` to run just the benchmarks with "getpid" in their name.
29 Suites are stored in the `suites/` directory and can be chosen with the command line flag
33 searches for the XML file in the `suites/` directory. If it doesn't exist in that directory, then
57 To make small changes in runs, you can also schedule benchmarks by passing in their name and a
61 Note that benchmarks will run normally if extra arguments are passed in, and it will fail
62 with a segfault if too few are passed in.
66 For the sake of brevity, multiple runs can be scheduled in one XML element by putting one of the
67 following in the args field:
75 Definitions for these can be found in bionic_benchmarks.cpp, and example usages can be found in
80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
95 benchmarks, the CPU measurement only counts time spent in the thread calling `posix_spawn`, not that
96 spent in the spawned process. The real-time is probably more useful, and it is the figure used to