Searched refs:instructions (Results 1 – 9 of 9) sorted by relevance
/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 | android_application_profiling.md | 109 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
|
D | scripts_reference.md | 29 # Record an Android application with Java code compiled into native instructions.
|
/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/timezone/ |
D | README.android | 56 See update instructions below for how these tools are used.
|