Searched refs:instructions (Results 1 – 16 of 16) sorted by relevance
/system/extras/perf2cfg/perf2cfg/ |
D | analyze.py | 87 self.instructions: Dict[int, Instruction] = {} 100 if relative_addr not in self.instructions: 101 self.instructions[relative_addr] = Instruction(relative_addr) 103 instruction = self.instructions[relative_addr]
|
D | edit.py | 332 for instruction in self.current_method.instructions.values()) 392 instruction = self.current_method.instructions.get(addr)
|
/system/extras/tests/icachetest/ |
D | Profiler.h | 122 uint64_t instructions = getInstructions(); in getIPC() local 123 return double(instructions) / double(cpuCycles); in getIPC() 128 uint64_t instructions = getInstructions(); in getCPI() local 129 return double(cpuCycles) / double(instructions); in getCPI()
|
/system/netd/ |
D | .editorconfig | 1 # To use this config with your editor, follow the instructions at:
|
/system/chre/doc/ |
D | contributing.md | 10 instructions](https://source.android.com/setup/contribute/submit-patches).
|
D | nanoapp_developer_guide.md | 10 section), and provides some simple instructions to help you get started with
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 38 instructions have executed, or how many cache misses have happened. 105 instructions 116 into instructions. The raw events are provided in case we want to use some events supported on the 126 # Stat using default events (cpu-cycles,instructions,...), and monitor process 7394 for 10 seconds. 131 510,426,028 instructions # 2.587047 cycles per instruction (100%) 161 -e cache-misses,cache-misses:u,cache-misses:k,instructions --duration 1 170 9,688,515 instructions # 10.561 M/sec (89%) 183 -e instructions --duration 1 192 8,921,161 instructions # 10.070 M/sec (86%) 261 # Capture instructions (kernel only) and cache misses with interval of 300 milliseconds for 15 [all …]
|
D | jit_symbols.md | 14 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
|
D | android_application_profiling.md | 110 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything. 112 On Android O, simpleperf supports profiling Java code which is compiled into native instructions, 116 On Android N, simpleperf supports profiling Java code that is compiled into native instructions. 144 # --compile_java_code option compiles Java code into native instructions, which isn't needed on
|
D | scripts_reference.md | 30 # Record an Android application with Java code compiled into native instructions.
|
/system/bt/ |
D | README.md | 30 instructions on [Rustup](https://rustup.rs/) to install a recent version. 56 follow the instructions in build/dpkg/README.txt.
|
/system/extras/app-launcher/ |
D | app-launcher | 78 grep -F instructions "$infile" | awk '{print $1}' | sed s/,//g | computestats 81 grep -F instructions "$infile" | awk '{print $4}' | sed s/,//g | computestatsf
|
/system/chre/chpp/api_parser/ |
D | README.md | 12 to instructions given in `chre_api_annotations.json` and generates structures 58 assignment, which allows the compiler to generate the necessary instructions to
|
/system/extras/perf2cfg/ |
D | README.md | 8 - Basic blocks and assembly instructions are annotated with their contribution
|
/system/timezone/ |
D | README.android | 57 See update instructions below for how these tools are used.
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 91 Connect at least two Android devices and follow on-screen instructions after
|