HomeSort by relevance Sort by last modified time
    Searched full:wakeups (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/
map_wake_ups.html 50 var wakeUps = {};
67 if (wakeUps[reason] === undefined)
68 wakeUps[reason] = {frequency: 0, sleepTimes: []};
69 wakeUps[reason].frequency++;
70 wakeUps[reason].sleepTimes.push(sleepTime);
73 return foundWakeUps ? wakeUps : undefined;
95 var wakeUps = findWakeUpsOnThread(thread);
96 if (!wakeUps === undefined)
100 updateThreadWakeUps(allWakeUps[thread.name], wakeUps);
118 result.addPair('wakeUps', null)
    [all...]
map_wake_ups_test.html 69 var wakeUps = result.pairs.wakeUps;
70 assert.equal(Object.keys(wakeUps.mainThread).length, 2);
71 assert.equal(wakeUps.mainThread.wakeUp1.frequency, 200 / 3);
72 assert.deepEqual(wakeUps.mainThread.wakeUp1.sleepTimes, [9, 15]);
73 assert.deepEqual(wakeUps.mainThread['file:func'].sleepTimes, [3]);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
powermetrics_output_unsupported_hardware.output 29 <key>wakeups</key><integer>0</integer>
34 <key>wakeups</key><integer>0</integer>
56 <key>wakeups</key><integer>0</integer>
61 <key>wakeups</key><integer>0</integer>
83 <key>wakeups</key><integer>0</integer>
88 <key>wakeups</key><integer>0</integer>
110 <key>wakeups</key><integer>0</integer>
115 <key>wakeups</key><integer>0</integer>
137 <key>wakeups</key><integer>0</integer>
142 <key>wakeups</key><integer>0</integer
    [all...]
powermetrics_vmware.output 29 <key>wakeups</key><integer>0</integer>
34 <key>wakeups</key><integer>0</integer>
56 <key>wakeups</key><integer>0</integer>
61 <key>wakeups</key><integer>0</integer>
83 <key>wakeups</key><integer>2</integer>
88 <key>wakeups</key><integer>1</integer>
110 <key>wakeups</key><integer>0</integer>
115 <key>wakeups</key><integer>0</integer>
137 <key>wakeups</key><integer>0</integer>
142 <key>wakeups</key><integer>0</integer
    [all...]
powermetrics_output.output 263 <key>wakeups</key>
271 <key>wakeups</key>
308 <key>wakeups</key>
316 <key>wakeups</key>
353 <key>wakeups</key>
361 <key>wakeups</key>
398 <key>wakeups</key>
406 <key>wakeups</key>
443 <key>wakeups</key>
451 <key>wakeups</key
    [all...]
  /external/valgrind/helgrind/tests/
pth_destroy_cond.c 30 while (!ready) { // to insure ourselves against spurious wakeups
  /system/core/healthd/include/healthd/
healthd.h 32 // -1 turns off periodic chores (and wakeups) in these conditions.
37 // tuns off periodic chores (and wakeups) in these conditions.
  /external/chromium-trace/catapult/telemetry/telemetry/util/
process_statistic_timeline_data.py 57 """A ProcessStatisticTimelineData to hold idle wakeups."""
  /external/libchrome/base/process/
process_metrics.cc 87 // Round to average wakeups per second.
process_metrics.h 164 // Returns the number of average idle cpu wakeups per second since the last
215 // Same thing for idle wakeups.
  /system/core/healthd/
healthd.cpp 254 unsigned long long wakeups; local
256 if (read(wakealarm_fd, &wakeups, sizeof(wakeups)) == -1) {
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 40 // so spurious wakeups may happen.
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 40 // so spurious wakeups may happen.
  /external/autotest/client/profilers/powertop/src/
Changelog 39 that idle wakeups no longer is the nr 1 power causer
60 * add interrupts to the wakeups/second data in the emulated
display.c 270 print(wakeup_window, 0, 0, _("Wakeups-from-idle per second : %4.1f\tinterval: %0.1fs\n"), d, interval);
281 print(timerstat_window, 0, 0, _("Top causes for wakeups:\n"));
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
ftrace_importer.html 483 var wakeups = thread.tempWakeups || [];
485 wakeups.sort(function(x, y) {
502 if (wakeups.length && wakeups[0].ts < slice.start) {
503 var wakeup = wakeups.shift();
523 while (wakeups.length && wakeups[0].ts < nextSlice.start) {
524 var w = wakeups.shift();
    [all...]
  /external/autotest/client/profilers/powertop/src/po/
nl.po 36 " -d, --dump read wakeups once and print list of top offenders\n"
468 msgid "Top causes for wakeups:\n"
483 msgid "Wakeups-from-idle per second : %4.1f\tinterval: %0.1fs\n"
it.po 36 " -d, --dump read wakeups once and print list of top offenders\n"
523 msgid "Top causes for wakeups:\n"
540 msgid "Wakeups-from-idle per second : %4.1f\tinterval: %0.1fs\n"
541 msgstr "Wakeups da idle per secondo :"
de.po 38 msgid " -d, --dump read wakeups once and print list of top offenders\n"
539 msgid "Top causes for wakeups:\n"
554 msgid "Wakeups-from-idle per second : %4.1f\tinterval: %0.1fs\n"
es.po 36 " -d, --dump read wakeups once and print list of top offenders\n"
559 msgid "Top causes for wakeups:\n"
576 msgid "Wakeups-from-idle per second : %4.1f\tinterval: %0.1fs\n"
  /external/opencv3/modules/core/src/
parallel_pthreads.cpp 355 //to handle spurious wakeups
460 //to handle spurious wakeups
  /frameworks/base/tools/preload2/src/com/android/preload/
DeviceUtils.java 290 // Ignore spurious wakeups.
309 // Ignore spurious wakeups.
  /external/autotest/client/site_tests/power_SuspendStress/
power_SuspendStress.py 91 'spurious wakeups)' %
  /bionic/libc/bionic/
pthread_cond.cpp 159 // pthread mutexes. Note that Spurious wakeups from pthread_cond_wait/timedwait may occur,
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 107 // Wait for broadcast. Time is measured in a while loop because of spurious wakeups.

Completed in 1169 milliseconds

1 2 3 4 5