Searched refs:instructions (Results 1 – 8 of 8) 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/extras/simpleperf/doc/ |
D | README.md | 229 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything. 231 On Android O, simpleperf supports profiling Java code which is compiled into native instructions, 235 On Android N, simpleperf supports profiling Java code that is compiled into native instructions. 263 # --compile_java_code option compiles Java code into native instructions, which isn't needed on 453 instructions have executed, or how many cache misses have happened. 520 instructions 531 into instructions. The raw events are provided in case we want to use some events supported on the 541 # Stat using default events (cpu-cycles,instructions,...), and monitor process 7394 for 10 seconds. 546 510,426,028 instructions # 2.587047 cycles per instruction (100%) 576 -e cache-misses,cache-misses:u,cache-misses:k,instructions --duration 1 [all …]
|
/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 | 49 See update instructions below for how these tools are used.
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 353 #pragma mark DSP instructions...
|
D | MIPS64Assembler.cpp | 1015 #pragma mark DSP instructions...
|
D | MIPSAssembler.cpp | 1027 #pragma mark DSP instructions...
|