/external/llvm-project/mlir/lib/Pass/ |
D | PassTiming.cpp | 29 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/ |
D | usage_timer.cc | 78 r.wall = Now(); in Sample() 89 r.wall = s.wall - start_.wall; in Mark()
|
D | usage_timer.h | 27 double wall; member
|
D | server.h | 70 stats.set_time_elapsed(timer_result.wall); in Mark()
|
D | client.h | 207 stats.set_time_elapsed(timer_result.wall); in Mark()
|
/external/e2fsprogs/ |
D | MCONFIG.in | 213 # 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/ |
D | Calendar.java | 5601 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/ |
D | Calendar.java | 5775 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/ |
D | statistic.ll | 11 ; JSONTIME-DAG: "time.pass.instsimplify.wall"
|
/external/tensorflow/tensorflow/core/util/ |
D | test_log.proto | 53 // 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/ |
D | stats.proto | 22 // wall clock time change in seconds since last reset
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | stats.proto | 22 // wall clock time change in seconds since last reset
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | stats.proto | 22 // wall clock time change in seconds since last reset
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 42 # Interrupt warmup when it has been running for this much wall-clock time,
|
/external/python/pybind11/docs/advanced/cast/ |
D | chrono.rst | 23 for timing purposes but good for measuring the wall time.
|
/external/icu/icu4c/source/i18n/ |
D | calendar.cpp | 3163 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/ |
D | README.google | 43 Despite the reliability and accuracy of NTP, device and host wall clocks can
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 827 stone wall 894 wall clock
|
D | labels_imagenet_slim.txt | 827 stone wall 894 wall clock
|
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/ |
D | labels.txt | 827 stone wall 894 wall clock
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/ |
D | labels.txt | 827 stone wall 894 wall clock
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/ |
D | labels.txt | 827 stone wall 894 wall clock
|
/external/f2fs-tools/ |
D | configure.ac | 162 dnl Warning! Use of --enable-gcc-wall may throw off this test.
|
/external/erofs-utils/ |
D | configure.ac | 142 # Warning! Use of --enable-gcc-wall may throw off this test.
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | LangImpl10.rst | 89 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
|