Home
last modified time | relevance | path

Searched refs:process_cpu_clock (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/chrono/test/clock/
Dclock_pass.cpp158 check_clock_invariants<boost::chrono::process_cpu_clock>(); in main()
159 BOOST_CHRONO_STATIC_ASSERT(boost::chrono::process_cpu_clock::is_steady, NOTHING, ()); in main()
160 check_clock_now<boost::chrono::process_cpu_clock>(); in main()
193 check_clock_now_ec<boost::chrono::process_cpu_clock>(); in main()
194 check_clock_now_throws<boost::chrono::process_cpu_clock>(); in main()
/third_party/boost/boost/chrono/io/
Dtime_point_units.hpp137 virtual string_type do_get_epoch(process_cpu_clock) const=0;
235 string_type do_get_epoch(process_cpu_clock ) const in do_get_epoch()
237 return clock_string<process_cpu_clock,CharT>::since(); in do_get_epoch()
/third_party/boost/boost/chrono/detail/inlined/win/
Dprocess_cpu_clocks.hpp201 process_cpu_clock::time_point process_cpu_clock::now() BOOST_NOEXCEPT in now()
231 process_cpu_clock::time_point process_cpu_clock::now( in now()
/third_party/boost/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp274 process_cpu_clock::time_point process_cpu_clock::now() BOOST_NOEXCEPT in now()
302 process_cpu_clock::time_point process_cpu_clock::now( in now()
/third_party/boost/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp290 process_cpu_clock::time_point process_cpu_clock::now() BOOST_NOEXCEPT in now()
315 process_cpu_clock::time_point process_cpu_clock::now(system::error_code & ec) in now()
/third_party/boost/libs/chrono/test/
Dtest_9337.cpp22 test<process_cpu_clock>(); in main()
/third_party/boost/libs/chrono/example/
Dio_ex1.cpp83 cout << "\nprocess_cpu_clock::now() = " << process_cpu_clock::now() << '\n'; in main()
/third_party/boost/boost/chrono/
Dprocess_cpu_clocks.hpp307 class BOOST_CHRONO_DECL process_cpu_clock class
315 typedef chrono::time_point<process_cpu_clock> time_point;
434 struct clock_string<process_cpu_clock, CharT>
/third_party/boost/libs/chrono/perf/
Dstore_now_in_vector.cpp141 test<boost::chrono::process_cpu_clock>(); in main()
/third_party/boost/libs/chrono/test/io/
Dtime_point_output.cpp302 check_all<boost::chrono::process_cpu_clock> (); in main()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk231 … [link chrono.reference.other_clocks.process_cpu_clocks_hpp.process_cpu_clock `process_cpu_clock`]]
1186 [section process_cpu_clock]
6113 virtual string_type do_get_epoch(process_cpu_clock) const=0;
6234 [section:do_get_epoch_process_process_cpu_clock Member Function `do_get_epoch(process_cpu_clock)`]
6237 virtual string_type do_get_epoch(process_cpu_clock) const=0;
6244 __returns The epoch string associated to the process_cpu_clock.
6311 * __returns The epoch string returned by `clock_string<process_cpu_clock,CharT>::since()`.
6313 string_type do_get_epoch(process_cpu_clock ) const;
6757 class process_cpu_clock;
6778 struct clock_string<process_cpu_clock, CharT>;
[all …]