Home
last modified time | relevance | path

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

/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 …]
Dandroid_application_profiling.md109 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
111 On Android O, simpleperf supports profiling Java code which is compiled into native instructions,
115 On Android N, simpleperf supports profiling Java code that is compiled into native instructions.
143 # --compile_java_code option compiles Java code into native instructions, which isn't needed on
Dscripts_reference.md29 # Record an Android application with Java code compiled into native instructions.
/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/timezone/
DREADME.android56 See update instructions below for how these tools are used.