/third_party/boost/libs/timer/test/ |
D | cpu_timer_info.cpp | 64 start_time.wall = cpu.elapsed().wall; in cpp_main() 65 current_time.wall = start_time.wall; in cpp_main() 66 while (current_time.wall == start_time.wall) in cpp_main() 68 current_time.wall = cpu.elapsed().wall; in cpp_main() 70 cout << current_time.wall - start_time.wall << "ns "; in cpp_main()
|
D | cpu_timer_test.cpp | 48 BOOST_TEST_EQ(t1a.elapsed().wall, t1.elapsed().wall); in unit_test() 59 BOOST_TEST_EQ(t1b.elapsed().wall, t1.elapsed().wall); in unit_test() 127 times.wall = 5123456789LL; in format_test() 131 cout << " times.wall is " << times.wall << '\n'; in format_test() 199 cout << " cpu_timer wall elapsed is " << t.elapsed().wall / 1000000000.0L << " seconds\n"; in std_c_consistency_test() 206 BOOST_TEST(t.elapsed().wall / 1000000000.0L > (stop_time - start_time) * 0.75L); in std_c_consistency_test() 207 BOOST_TEST(t.elapsed().wall / 1000000000.0L < (stop_time - start_time) * 1.25L); in std_c_consistency_test()
|
/third_party/boost/boost/test/utils/ |
D | timer.hpp | 52 nanosecond_type wall; member 55 wall = 0; in clear() 63 return elapsed.wall / 1E3; in microsecond_wall_time() 69 return elapsed.wall / 1E9; in second_wall_time() 129 …return_value.wall = static_cast<nanosecond_type>(((end_time.QuadPart - _start_time_wall.QuadPart) … in elapsed() 133 return_value.wall = static_cast<nanosecond_type>((clock * timebase.first) / timebase.second); in elapsed() 136 return_value.wall = 0; in elapsed() 139 …return_value.wall = static_cast<nanosecond_type>((end_time.tv_sec - _start_time_wall.tv_sec) * 1E9… in elapsed()
|
/third_party/boost/libs/timer/src/ |
D | cpu_timer.cpp | 58 double wall_sec = static_cast<double>(times.wall) / sec; in show_time() 120 current.wall = x.count(); in get_cpu_times() 204 m_times.wall = (current.wall - m_times.wall); in stop() 215 current.wall -= m_times.wall; in elapsed() 227 m_times.wall -= current.wall; in resume()
|
/third_party/grpc/test/cpp/qps/ |
D | usage_timer.cc | 81 r.wall = Now(); in Sample() 92 r.wall = s.wall - start_.wall; in Mark()
|
D | usage_timer.h | 27 double wall; member
|
D | server.h | 71 stats.set_time_elapsed(timer_result.wall); in Mark()
|
/third_party/boost/libs/compute/perf/ |
D | perf_host_sort.cpp | 48 std::cout << "time: " << t.elapsed().wall / 1e6 << " ms" << std::endl; in main() 56 std::cout << "host time: " << t.elapsed().wall / 1e6 << " ms" << std::endl; in main()
|
D | perf.hpp | 67 times.push_back(timer.elapsed().wall); in stop()
|
/third_party/icu/docs/userguide/datetime/calendar/ |
D | index.md | 214 time. On the date of transition to daylight saving time in US, wall clock time 215 jumps from 12:59 AM (standard) to 2:00 AM (daylight). Therefore, wall clock 216 times from 1:00 AM to 1:59 AM do not exist on the date. When the input wall time 221 On the date of transition back to standard time, wall clock time is moved back 222 one hour at 2:00 AM. So wall clock times from 1:00 AM to 1:59 AM occur twice. In 226 Ambiguous wall clock time resolution behaviors can be customized by Calendar 298 saving time. On the date switching to daylight saving time in US, wall clock 299 time jumps from 1:00 AM (standard) to 2:00 AM (daylight). Therefore, wall 301 wall time fall into this missing time slot, the ICU Calendar resolves the 305 On the date switching back to standard time, wall clock time is moved back [all …]
|
/third_party/boost/boost/timer/ |
D | timer.hpp | 39 nanosecond_type wall; member 43 void clear() { wall = user = system = 0; } in clear()
|
/third_party/boost/libs/graph/example/ |
D | astar_maze.cpp | 298 vertices_size_type wall = random_int(1, m.length(direction) / 4); in random_maze() local 301 while (wall) in random_maze() 306 wall--; in random_maze()
|
/third_party/ffmpeg/libavdevice/ |
D | alsa_enc.c | 139 int64_t *dts, int64_t *wall) in audio_get_output_timestamp() argument 143 *wall = av_gettime(); in audio_get_output_timestamp()
|
/third_party/boost/libs/uuid/test/ |
D | test_bench_random.cpp | 107 if (standard.wall > pseudo.wall) in main()
|
/third_party/boost/libs/container/bench/ |
D | bench_static_vector.cpp | 111 << "\n wall = " << ((double)time_numerator.wall/(double)time_denominator.wall) in compare_times()
|
D | bench_adaptive_node_pool.cpp | 152 tinsert = timer.elapsed().wall; in list_test_template() 183 terase = timer.elapsed().wall; in list_test_template()
|
D | bench_alloc_stable_vector_burst.cpp | 116 nseconds = timer.elapsed().wall; in stable_vector_test_template() 158 nseconds = timer.elapsed().wall; in stable_vector_test_template()
|
D | bench_alloc.cpp | 116 nanosecond_type nseconds = timer.elapsed().wall; in allocation_timing_test()
|
/third_party/e2fsprogs/ |
D | MCONFIG.in | 216 # Run make gcc-wall to do a build with warning messages. 228 gcc-wall-new: 231 gcc-wall: 233 $(MAKE) gcc-wall-new
|
/third_party/boost/libs/numeric/odeint/examples/openmp/ |
D | phase_chain.cpp | 90 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main()
|
D | phase_chain_omp_state.cpp | 93 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | Calendar.java | 5516 long wall = millis + millisInDay; in computeZoneOffset() local 5520 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset() 5523 zone.getOffset(wall, true, offsets); in computeZoneOffset() 5528 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() 5542 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset() 5551 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() 5569 long wall = millis + millisInDay; in computeZoneOffset() local 5573 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset() 5576 zone.getOffset(wall, true, offsets); in computeZoneOffset() 5581 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Calendar.java | 5725 long wall = millis + millisInDay; in computeZoneOffset() local 5729 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset() 5732 zone.getOffset(wall, true, offsets); in computeZoneOffset() 5737 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() 5751 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset() 5760 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() 5778 long wall = millis + millisInDay; in computeZoneOffset() local 5782 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset() 5785 zone.getOffset(wall, true, offsets); in computeZoneOffset() 5790 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() [all …]
|
/third_party/boost/libs/numeric/odeint/examples/mpi/ |
D | phase_chain.cpp | 114 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main()
|
/third_party/tzdata/ |
D | tzfile.5.txt | 32 The number of standard/wall indicators stored in the file. 96 * tzh_ttisstdcnt standard/wall indicators, each stored as a one-byte 98 time types were specified as standard time or local (wall clock) 104 set, the corresponding standard/wall indicator must also be set. 106 The standard/wall and UT/local indicators were designed for
|