HomeSort by relevance Sort by last modified time
    Searched refs:wall (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/
timer.cc 42 this->start_time_.wall = 0;
97 now->wall = (times(&t) * 1000) / ticks_per_sec;
101 now->wall = get_run_time() / 1000;
114 delta.wall = now.wall - this->start_time_.wall;
127 thispass.wall -= lastpass.wall;
timer.h 41 /* Wall clock time. */
42 long wall; member in struct:gold::Timer::TimeStats
main.cc 263 "(user: %ld.%06ld sys: %ld.%06ld wall: %ld.%06ld)\n"),
267 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000);
271 "(user: %ld.%06ld sys: %ld.%06ld wall: %ld.%06ld)\n"),
275 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000);
279 "(user: %ld.%06ld sys: %ld.%06ld wall: %ld.%06ld)\n"),
283 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000);
287 "(user: %ld.%06ld sys: %ld.%06ld wall: %ld.%06ld)\n")
    [all...]
workqueue.cc 327 "(user: %ld.%06ld sys: %ld.%06ld wall: %ld.%06ld)",
331 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000);
  /external/bison/lib/
timevar.h 26 wall-clock time, as appropriate to and supported by the host
61 /* Wall clock time. */
62 float wall; member in struct:timevar_time_def
timevar.c 205 now->wall = 0;
213 now->wall = times (&tms) * ticks_to_msec;
248 timer->wall += stop->wall - start->wall;
494 && tv->elapsed.wall < tiny)
515 /* Print wall clock time elapsed. */
516 fprintf (fp, "%7.2f (%2.0f%%) wall",
517 tv->elapsed.wall,
518 (total->wall == 0 ? 0 : tv->elapsed.wall / total->wall) * 100)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h 26 wall-clock time, as appropriate to and supported by the host
61 /* Wall clock time. */
62 double wall; member in struct:timevar_time_def
  /frameworks/av/services/audioflinger/
FastMixerDumpState.cpp 86 // statistics for monotonic (wall clock) time, thread raw CPU load in time, CPU clock frequency,
88 CentralTendencyStatistics wall, loadNs; local
105 wall.sample(wallNs);
124 wall.n() * mixPeriodSec);
125 dprintf(fd, " wall clock time in ms per mix cycle:\n"
127 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6,
128 wall.stddev()*1e-6);
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 84 // number of standard/wall indicators
122 // are specified as standard time or wall time.
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 84 // number of standard/wall indicators
122 // are specified as standard time or wall time.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 141 * <p><strong>Ambiguous Wall Clock Time.</strong> When time offset from UTC has
144 * saving time in US, wall clock time jumps from 12:59 AM (standard) to 2:00 AM
145 * (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
146 * the date. When the input wall time fall into this missing time slot, the ICU
151 * <p>On the date switching back to standard time, wall clock time is moved back one
152 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
156 * <p>Ambiguous wall clock time resolution behaviors can be customized by Calendar APIs
387 * specification of the wall time. {@link #DOW_LOCAL} and
5528 long wall = millis + millisInDay; local
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 3136 UDate wall = millis + millisInDay; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 140 * <p><strong>Ambiguous Wall Clock Time.</strong> When time offset from UTC has
143 * saving time in US, wall clock time jumps from 12:59 AM (standard) to 2:00 AM
144 * (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
145 * the date. When the input wall time fall into this missing time slot, the ICU
150 * <p>On the date switching back to standard time, wall clock time is moved back one
151 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
155 * <p>Ambiguous wall clock time resolution behaviors can be customized by Calendar APIs
386 * specification of the wall time. {@link #DOW_LOCAL} and
5699 long wall = millis + millisInDay; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 693 boolean wall = false;
709 } else if (opt.equals("--wall")) {
710 wall = true;
762 if (wall) {
773 wall = false;
778 if (!wall) {
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
profile.go 43 Type string // cpu, wall, inuse_space, etc
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 79 #+...+# wall-clock/CPU times for the phases of the GC
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
profile.go 43 Type string // cpu, wall, inuse_space, etc
  /prebuilts/go/linux-x86/src/runtime/
extern.go 79 #+...+# wall-clock/CPU times for the phases of the GC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/mksh/src/
Build.sh     [all...]

Completed in 1113 milliseconds

1 2