Home
last modified time | relevance | path

Searched refs:wall (Results 1 – 25 of 101) sorted by relevance

12345

/external/llvm-project/mlir/lib/Pass/
DPassTiming.cpp29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord()
32 wall += other.wall; in operator +=()
40 if (total.user != total.wall) in print()
43 os << llvm::format(" %7.4f (%5.1f%%) ", wall, 100.0 * wall / total.wall); in print()
46 double wall, user; member
334 os << llvm::format(" Total Execution Time: %5.4f seconds\n\n", total.wall); in printTimerHeader()
335 if (total.user != total.wall) in printTimerHeader()
412 &rhs->second.wall, &lhs->second.wall); in printResultsAsList()
/external/grpc-grpc/test/cpp/qps/
Dusage_timer.cc78 r.wall = Now(); in Sample()
89 r.wall = s.wall - start_.wall; in Mark()
Dusage_timer.h27 double wall; member
Dserver.h70 stats.set_time_elapsed(timer_result.wall); in Mark()
Dclient.h207 stats.set_time_elapsed(timer_result.wall); in Mark()
/external/e2fsprogs/
DMCONFIG.in213 # Run make gcc-wall to do a build with warning messages.
226 gcc-wall-new:
227 ($(MAKE) CFLAGS_WARN="$(WFLAGS)" > /dev/null) 2>&1 | sed -f $(top_srcdir)/util/gcc-wall-cleanup
229 gcc-wall:
231 $(MAKE) gcc-wall-new
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java5601 long wall = millis + millisInDay; in computeZoneOffset() local
5605 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5608 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5613 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5627 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5636 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5654 long wall = millis + millisInDay; in computeZoneOffset() local
5658 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5661 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5666 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java5775 long wall = millis + millisInDay; in computeZoneOffset() local
5779 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5782 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5787 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5801 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5810 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5828 long wall = millis + millisInDay; in computeZoneOffset() local
5832 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5835 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5840 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/external/llvm-project/llvm/test/Other/
Dstatistic.ll11 ; JSONTIME-DAG: "time.pass.instsimplify.wall"
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto53 // Total wall time used for all iterations (in seconds)
190 // The amount of time the total run took (wall time in seconds)
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto22 // wall clock time change in seconds since last reset
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto22 // wall clock time change in seconds since last reset
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto22 // wall clock time change in seconds since last reset
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties42 # Interrupt warmup when it has been running for this much wall-clock time,
/external/python/pybind11/docs/advanced/cast/
Dchrono.rst23 for timing purposes but good for measuring the wall time.
/external/icu/icu4c/source/i18n/
Dcalendar.cpp3163 UDate wall = millis + millisInDay; in computeZoneOffset() local
3168 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3172 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3177 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3192 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3201 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/external/walt/
DREADME.google43 Despite the reliability and accuracy of NTP, device and host wall clocks can
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt827 stone wall
894 wall clock
Dlabels_imagenet_slim.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/
Dlabels.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/
Dlabels.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/
Dlabels.txt827 stone wall
894 wall clock
/external/f2fs-tools/
Dconfigure.ac162 dnl Warning! Use of --enable-gcc-wall may throw off this test.
/external/erofs-utils/
Dconfigure.ac142 # Warning! Use of --enable-gcc-wall may throw off this test.
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl10.rst89 little crazy or off the wall and seeing how it turns out. If you get
214 have a specific need and run into a wall, please bring the topic up on

12345