/external/fio/ |
idletime.h | 32 double idleness; member in struct:idle_prof_thread
|
idletime.c | 354 /* calculate idleness */ 358 ipt->idleness = ipt->loops * ipc.cali_mean / runt; 360 ipt->idleness = 0.0; 362 ipt->idleness = 0.0; 392 p += ipt->idleness; 397 p = ipt->idleness; 457 log_info("\nCPU idleness:\n"); 459 log_info("CPU idleness:\n");
|
README | 177 --idle-prof=option Report cpu idleness on a system or percpu basis
|
HOWTO | 12 9. CPU idleness profiling [all...] |
init.c | [all...] |
fio.1 | 99 Report cpu idleness on a system or percpu basis (\fIoption\fP=system,percpu) or run unit work calibration only (\fIoption\fP=calibrate). [all...] |
/cts/hostsidetests/usage/src/com/android/cts/app/usage/ |
AppIdleHostTest.java | 73 * @param appPackage The package to check for idleness.
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
AsyncEndPoint.java | 55 /** Set if the endpoint should be checked for idleness 60 /** Get if the endpoint should be checked for idleness
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
Shakespeare.java | 203 "with idleness, or manured with industry, why, the" +
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 324 "with idleness, or manured with industry, why, the" +
|
/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Shakespeare.java | 203 "with idleness, or manured with industry, why, the" +
|
/development/samples/Support4Demos/src/com/example/android/supportv4/ |
Shakespeare.java | 218 "with idleness, or manured with industry, why, the" +
|
/development/samples/Support7Demos/src/com/example/android/supportv7/ |
Shakespeare.java | 219 "with idleness, or manured with industry, why, the" +
|
/development/samples/SupportDesignDemos/src/com/example/android/support/design/ |
Shakespeare.java | 217 "with idleness, or manured with industry, why, the" +
|
/frameworks/base/tests/VoiceInteraction/res/values/ |
strings.xml | 239 with idleness, or manured with industry, why, the\n
|
/frameworks/base/docs/html/reference/android/support/test/espresso/contrib/ |
package-summary.html | 642 An implementation of <code><a href="../../../../../../reference/android/support/test/espresso/IdlingResource.html">IdlingResource</a></code> that determines idleness by maintaining an internal [all...] |
CountingIdlingResource.html | 689 <p itemprop="articleBody">An implementation of <code><a href="../../../../../../reference/android/support/test/espresso/IdlingResource.html">IdlingResource</a></code> that determines idleness by maintaining an internal [all...] |
/frameworks/base/docs/html/reference/android/support/test/espresso/ |
IdlingResource.html | 702 An implementation of <code><a href="../../../../../reference/android/support/test/espresso/IdlingResource.html">IdlingResource</a></code> that determines idleness by maintaining an internal [all...] |
/frameworks/base/services/core/java/com/android/server/ |
DeviceIdleController.java | 95 * Keeps track of device idleness and drives low power mode based on that. [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | [all...] |