Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/timer/test/
Dcpu_timer_info.cpp64 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()
Dcpu_timer_test.cpp48 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/
Dtimer.hpp52 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/
Dcpu_timer.cpp58 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/
Dusage_timer.cc81 r.wall = Now(); in Sample()
92 r.wall = s.wall - start_.wall; in Mark()
Dusage_timer.h27 double wall; member
Dserver.h71 stats.set_time_elapsed(timer_result.wall); in Mark()
/third_party/boost/libs/compute/perf/
Dperf_host_sort.cpp48 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()
Dperf.hpp67 times.push_back(timer.elapsed().wall); in stop()
/third_party/icu/docs/userguide/datetime/calendar/
Dindex.md214 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/
Dtimer.hpp39 nanosecond_type wall; member
43 void clear() { wall = user = system = 0; } in clear()
/third_party/boost/libs/graph/example/
Dastar_maze.cpp298 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/
Dalsa_enc.c139 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/
Dtest_bench_random.cpp107 if (standard.wall > pseudo.wall) in main()
/third_party/boost/libs/container/bench/
Dbench_static_vector.cpp111 << "\n wall = " << ((double)time_numerator.wall/(double)time_denominator.wall) in compare_times()
Dbench_adaptive_node_pool.cpp152 tinsert = timer.elapsed().wall; in list_test_template()
183 terase = timer.elapsed().wall; in list_test_template()
Dbench_alloc_stable_vector_burst.cpp116 nseconds = timer.elapsed().wall; in stable_vector_test_template()
158 nseconds = timer.elapsed().wall; in stable_vector_test_template()
Dbench_alloc.cpp116 nanosecond_type nseconds = timer.elapsed().wall; in allocation_timing_test()
/third_party/e2fsprogs/
DMCONFIG.in216 # 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/
Dphase_chain.cpp90 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main()
Dphase_chain_omp_state.cpp93 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/
DCalendar.java5516 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/
DCalendar.java5725 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/
Dphase_chain.cpp114 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main()
/third_party/tzdata/
Dtzfile.5.txt32 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

1234