OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_time
(Results
1 - 3
of
3
) sorted by null
/system/extras/sane_schedstat/
sane_schedstat.c
49
unsigned long long
cpu_time
; /* time spent running by tasks (ms) */
member in struct:cpu_stat
72
printf("CPU yield() schedule() switch idle ttwu() local
cpu_time
wait_time timeslices\n");
79
cpu_delta[i].
cpu_time
/ 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount);
91
&tmp.
cpu_time
, &tmp.run_delay, &tmp.pcount) != 10) {
102
cpu_delta[cpu].
cpu_time
= tmp.
cpu_time
- cpu_prev[cpu].
cpu_time
;
/sdk/emulator/qtools/
trace_reader.h
122
cpu_time
= 0;
176
uint64_t
cpu_time
;
member in class:TraceReader::ProcessState
[
all
...]
/external/kernel-headers/original/linux/
sched.h
547
unsigned long
cpu_time
, /* time spent on the cpu */
member in struct:sched_info
[
all
...]
Completed in 1129 milliseconds