Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 16 of 16) sorted by relevance

/system/extras/perf2cfg/perf2cfg/
Danalyze.py87 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]
Dedit.py332 for instruction in self.current_method.instructions.values())
392 instruction = self.current_method.instructions.get(addr)
/system/extras/tests/icachetest/
DProfiler.h122 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.editorconfig1 # To use this config with your editor, follow the instructions at:
/system/chre/doc/
Dcontributing.md10 instructions](https://source.android.com/setup/contribute/submit-patches).
Dnanoapp_developer_guide.md10 section), and provides some simple instructions to help you get started with
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md38 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 …]
Djit_symbols.md14 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
Dandroid_application_profiling.md110 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
Dscripts_reference.md30 # Record an Android application with Java code compiled into native instructions.
/system/bt/
DREADME.md30 instructions on [Rustup](https://rustup.rs/) to install a recent version.
56 follow the instructions in build/dpkg/README.txt.
/system/extras/app-launcher/
Dapp-launcher78 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/
DREADME.md12 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/
DREADME.md8 - Basic blocks and assembly instructions are annotated with their contribution
/system/timezone/
DREADME.android57 See update instructions below for how these tools are used.
/system/bt/gd/docs/testing/
Dcert_test.md91 Connect at least two Android devices and follow on-screen instructions after