Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 8 of 8) 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/extras/simpleperf/doc/
DREADME.md229 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/
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.android49 See update instructions below for how these tools are used.
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp353 #pragma mark DSP instructions...
DMIPS64Assembler.cpp1015 #pragma mark DSP instructions...
DMIPSAssembler.cpp1027 #pragma mark DSP instructions...