OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iowaittime
(Results
1 - 5
of
5
) sorted by null
/system/extras/perfprofd/
perfprofdcore.cc
378
long unsigned usertime, nicetime, systime, idletime,
iowaittime
;
local
383
&
iowaittime
, &irqtime, &softirqtime);
388
*remainingticks = usertime + nicetime + systime +
iowaittime
+ irqtime + softirqtime;
/frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java
331
final long
iowaittime
= sysCpu[4] * mJiffyMillis;
local
338
&&
iowaittime
>= mBaseIoWaitTime && irqtime >= mBaseIrqTime
342
mRelIoWaitTime = (int)(
iowaittime
- mBaseIoWaitTime);
360
mBaseIoWaitTime =
iowaittime
;
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 119 milliseconds