Lines Matching refs:is

9 verify that the routine is being properly tested.
18 there is no major difference in performance on each.
50 This is for 64 bit libc routines.
54 This is for 32 bit libc routines.
56 Here is an example of how the benchmark should be executed. For this
62 The last argument is the name of the one function that you want to
74 Bionic benchmarks is based on the [Google Benchmarks](https://github.com/google/benchmark)
82 …***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will i…
93 When running the benchmarks, CPU scaling is not normally enabled. This means
96 is beyond the scope of this document. However, most of the benchmarks max
99 Another potential issue is that the device can overheat when running the
101 or choose a device that is less likely to overheat. To detect these kind
111 Where the argument to the filter argument is the name of the benchmark from
118 NOTE: It is assumed that these commands are executed in adb as the shell user
125 you should verify that there is coverage of the new routines. This is
126 especially important if this is the first time a routine is assembler.
147 It is also important to verify that the unwind information for these
148 routines are properly set up. Here is a quick checklist of what to check:
150 * Verify that all labels are of the format .LXXX, where XXX is any valid string
151 for a label. If any other label is used, entries in the symbol table
156 verify that when registers are pushed on the stack that there is cfi
161 This list is not meant to be exhaustive, but a minimal set of items to verify