Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 5 of 5) sorted by relevance

/system/extras/iotop/
Diotop.cpp105 int cycles = -1; in main() local
141 cycles = atoi(optarg); in main()
287 if (cycles > 0 && --cycles == 0) break; in main()
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md37 several hardware counters, counting events like how many cpu cycles have happened, how many
104 cpu-cycles
115 events. For example, raw-cpu-cycles is wrapped into cpu-cycles, raw-instruction-retired is wrapped
126 # Stat using default events (cpu-cycles,instructions,...), and monitor process 7394 for 10 seconds.
130 1,320,496,145 cpu-cycles # 0.131736 GHz (100%)
131 510,426,028 instructions # 2.587047 cycles per instruction (100%)
145 # Stat event cpu-cycles.
146 $ simpleperf stat -e cpu-cycles -p 11904 --duration 10
310 7 56,552,838 cpu-cycles # (60%)
311 3 25,958,605 cpu-cycles # (20%)
[all …]
Dinferno.md31 A flamegraph give you instant vision on the CPU cycles cost centers but
48 visualize in which part of an app the CPU cycles are spent.
/system/extras/simpleperf/
Dreport_sample.proto42 // Event type can be cpu-cycles, cpu-clock, sched:sched_switch or other types.
/system/extras/app-launcher/
Dapp-launcher66 grep -F cpu-cycles "$infile" | awk '{print $1}' | sed s/,//g | computestats